Searched refs:localVarIndex (Results 1 - 3 of 3) sorted by relevance

/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java1069 final int localVarIndex = attribute.m_max_locals ++;
1077 blocks.m_header = new clinitHeader (this, localVarIndex);
1080 blocks.m_header = new methodHeader (this, localVarIndex);
1089 final CodeSegment insertion = new BlockSegment (this, localVarIndex, l);
1804 clinitHeader (final InstrVisitor visitor, final int localVarIndex) argument
1851 CodeGen.store_local_object_var (buf, localVarIndex);
1882 methodHeader (final InstrVisitor visitor, final int localVarIndex) argument
1934 CodeGen.store_local_object_var (buf, localVarIndex);
1965 public BlockSegment (final InstrVisitor visitor, final int localVarIndex, final int blockID) argument
1974 CodeGen.load_local_object_var (buf, localVarIndex);
[all...]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 123 milliseconds