Modifier and Type | Class and Description |
---|---|
private static class |
CodeArray.BootImageCreate
Class to create CodeArrays in the boot image that isn't compiled into the VM
|
static class |
CodeArray.Factory
A helper class to contain the 'real' methods of CodeArray.
|
Modifier and Type | Field and Description |
---|---|
private int[] |
ppc_data
backing array for PPC code arrays during boot image creation
|
private byte[] |
x86_data
backing array for x86 code arrays during boot image creation
|
Constructor and Description |
---|
CodeArray(int size) |
Modifier and Type | Method and Description |
---|---|
int |
get(int index) |
Object |
getBacking() |
int |
length() |
void |
set(int index,
int v) |
private final int[] ppc_data
private final byte[] x86_data
CodeArray(int size)
public int get(int index)
public void set(int index, int v)
public int length()
public Object getBacking()