Searched refs:oldchain (Results 1 – 4 of 4) sorted by relevance
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/ |
D | Pass3bVerifier.java | 157 ArrayList<InstructionContext> oldchain = (ArrayList<InstructionContext>) (ec.clone()); in circulationPump() local 168 …final ReturnaddressType t = (ReturnaddressType) u.getOutFrame(oldchain).getLocals().get(ret.getInd… in circulationPump() 174 for (int ss=oldchain.size()-1; ss >= 0; ss--) { in circulationPump() 179 … if ((oldchain.get(ss)).getInstruction().getInstruction() instanceof JsrInstruction) { in circulationPump() 181 lastJSR = oldchain.get(ss); in circulationPump() 186 if ((oldchain.get(ss)).getInstruction().getInstruction() instanceof RET) { in circulationPump() 191 …new AssertionViolatedException("RET without a JSR before in ExecutionChain?! EC: '"+oldchain+"'."); in circulationPump() 199 if (theSuccessor.execute(u.getOutFrame(oldchain), newchain, icv, ev)) { in circulationPump() 211 if (v.execute(u.getOutFrame(oldchain), newchain, icv, ev)) { in circulationPump() 237 if (v.execute(new Frame(u.getOutFrame(oldchain).getLocals(), in circulationPump() [all …]
|
/external/zopfli/src/zopfli/ |
D | katajainen.c | 108 Node* oldchain; in BoundaryPM() local 114 oldchain = lists[index][1]; in BoundaryPM() 118 lists[index][0] = oldchain; in BoundaryPM() 128 InitNode(leaves[lastcount].weight, lastcount + 1, oldchain->tail, in BoundaryPM()
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | bcel.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/apache-commons-bcel/docs/verifier/ |
D | JustIce.lyx | 9849 InstructionList oldchain = ec; 9910 if (v.execute(u.getOutFrame(oldchain), newchain,icv,ev))
|