Package | Description |
---|---|
com.vladium.emma.instr | |
com.vladium.emma.rt | |
com.vladium.jcd.compiler |
Modifier and Type | Field and Description |
---|---|
private ByteArrayOStream |
InstrProcessorST.m_baos |
private ByteArrayOStream |
InstrVisitor.clinitHeader.m_buf |
private ByteArrayOStream |
InstrVisitor.methodHeader.m_buf |
private ByteArrayOStream |
InstrVisitor.BlockSegment.m_buf |
(package private) ByteArrayOStream |
InstrVisitor.EmitCtx.m_out |
Constructor and Description |
---|
EmitCtx(InstrVisitor.BlockList blocks,
ByteArrayOStream out) |
Modifier and Type | Field and Description |
---|---|
(package private) ByteArrayOStream |
InstrClassLoader.PoolEntry.m_baos |
private ByteArrayOStream |
ClassPathProcessorST.m_baos |
Modifier and Type | Method and Description |
---|---|
boolean |
IClassLoadHook.processClassDef(java.lang.String className,
byte[] bytes,
int length,
ByteArrayOStream out) |
boolean |
InstrClassLoadHook.processClassDef(java.lang.String className,
byte[] bytes,
int length,
ByteArrayOStream out) |
private static void |
InstrClassLoader.readFully(java.io.InputStream in,
ByteArrayOStream out,
byte[] buf)
Reads the entire contents of a given stream into a flat byte array.
|
Modifier and Type | Method and Description |
---|---|
static void |
CodeGen.load_local_object_var(ByteArrayOStream out,
int index) |
static void |
CodeGen.push_constant_index(ByteArrayOStream out,
int index) |
static void |
CodeGen.push_int_value(ByteArrayOStream out,
ClassDef cls,
int value) |
static void |
CodeGen.store_local_object_var(ByteArrayOStream out,
int index) |