|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ByteArrayOStream | |
---|---|
com.vladium.emma.instr | |
com.vladium.emma.rt | |
com.vladium.jcd.compiler |
Uses of ByteArrayOStream in com.vladium.emma.instr |
---|
Fields in com.vladium.emma.instr declared as ByteArrayOStream | |
---|---|
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
|
Constructors in com.vladium.emma.instr with parameters of type ByteArrayOStream | |
---|---|
InstrVisitor.EmitCtx(InstrVisitor.BlockList blocks,
ByteArrayOStream out)
|
Uses of ByteArrayOStream in com.vladium.emma.rt |
---|
Fields in com.vladium.emma.rt declared as ByteArrayOStream | |
---|---|
(package private) ByteArrayOStream |
InstrClassLoader.PoolEntry.m_baos
|
private ByteArrayOStream |
ClassPathProcessorST.m_baos
|
Methods in com.vladium.emma.rt with parameters of type ByteArrayOStream | |
---|---|
boolean |
InstrClassLoadHook.processClassDef(java.lang.String className,
byte[] bytes,
int length,
ByteArrayOStream out)
|
boolean |
IClassLoadHook.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. |
Uses of ByteArrayOStream in com.vladium.jcd.compiler |
---|
Methods in com.vladium.jcd.compiler with parameters of type ByteArrayOStream | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |