Searched defs:maxstack (Results 1 - 4 of 4) sorted by relevance

/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java1082 int headerMaxStack = blocks.m_header.maxstack ();
1092 final int insertionMaxStack = insertion.maxstack ();
1097 // update maxstack as needed [it can only grow]:
1101 attribute.m_max_stack += methodMaxStack; // this is not precise, but still need to add because the insertion may be happening at the old maxstack point
1106 if (trace3) m_log.trace3 ("visit", "increasing maxstack by " + (attribute.m_max_stack - oldMaxStack));
1481 * A Branch does not add any maxlocals/maxstack requirements.
1793 abstract int maxstack (); method in class:InstrVisitor.CodeSegment
1857 int maxstack () { return 2; } // note: needs to be updated each time emitted code changes method in class:InstrVisitor.clinitHeader
1940 int maxstack () { return 2; } // note: needs to be updated each time emitted code changes method in class:InstrVisitor.methodHeader
1995 int maxstack () { retur method in class:InstrVisitor.BlockSegment
[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 ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jar ... bytecode.Opcode { public static final String tag private int maxStack private int maxLocals private javassist.bytecode.ExceptionTable exceptions ...

Completed in 210 milliseconds