Home
last modified time | relevance | path

Searched refs:JSR (Results 1 – 25 of 27) sorted by relevance

12

/external/mockito/cglib-and-asm/src/org/mockito/asm/
DLabel.java83 static final int JSR = 128; field in Label
382 if (opcode <= Opcodes.JSR) { in resolve()
476 void visitSubroutine(final Label JSR, final long id, final int nbSubroutines) in visitSubroutine() argument
478 if (JSR != null) { in visitSubroutine()
485 if (!inSameSubroutine(JSR)) { in visitSubroutine()
488 e.successor = JSR.successors.successor; in visitSubroutine()
507 if ((status & Label.JSR) == 0 || e != successors.next) { in visitSubroutine()
508 e.successor.visitSubroutine(JSR, id, nbSubroutines); in visitSubroutine()
DMethodWriter.java871 if (opcode == Opcodes.JSR) { in visitJumpInsn()
876 currentBlock.status |= Label.JSR; in visitJumpInsn()
908 } else if (opcode == Opcodes.JSR) { in visitJumpInsn()
1324 if ((l.status & Label.JSR) == 0) { in visitMaxs()
1352 if ((l.status & Label.JSR) != 0) { in visitMaxs()
1368 if ((l.status & Label.JSR) != 0) { in visitMaxs()
1407 if ((l.status & Label.JSR) != 0) { in visitMaxs()
2136 || opcode == Opcodes.JSR) in resizeInstructions()
2282 } else if (opcode == Opcodes.JSR) { in resizeInstructions()
DOpcodes.java307 int JSR = 168; // - field
DFrame.java1144 case Opcodes.JSR: in execute()
/external/javassist/src/test/test/javassist/bytecode/analysis/
DScannerTest.java124 /* 25 */ addJump(code, Opcode.JSR, 31); in generate()
141 /* 71 */ addJump(code, Opcode.JSR, 77); in generate()
150 /* 90 */ addJump(code, Opcode.JSR, 96); in generate()
158 /* 106 */ addJump(code, Opcode.JSR, 96); in generate()
160 /* 111 */ addJump(code, Opcode.JSR, 77); in generate()
166 /* 125 */ addJump(code, Opcode.JSR, 31); in generate()
DAnalyzerTest.java257 /* 2 */ addJump(code, Opcode.JSR, 7); in generateJsrMerge()
279 /* 0 */ addJump(code, Opcode.JSR, 5); in generateJsrMerge2()
/external/owasp/sanitizer/tools/findbugs/licenses/
DLICENSE-jsr305.txt1 The JSR-305 reference implementation (lib/jsr305.jar) is
6 See the JSR-305 home page for more information:
/external/javassist/src/main/javassist/bytecode/analysis/
DUtil.java33 …return (opcode >= IFEQ && opcode <= JSR) || opcode == IFNULL || opcode == IFNONNULL || opcode == J… in isJumpInstruction()
41 return opcode == JSR || opcode == JSR_W; in isJsr()
DSubroutineScanner.java104 if (opcode == JSR || opcode == JSR_W) { in scanOp()
/external/javassist/src/main/javassist/bytecode/
DCodeAnalyzer.java93 if (op == JSR || op == JSR_W) in visitBytecode()
118 case JSR : in processBranch()
120 if (opcode == JSR) in processBranch()
DOpcode.java175 int JSR = 168; field
DInstructionPrinter.java107 case JSR: in instructionString()
/external/owasp/sanitizer/tools/findbugs/
DREADME.txt18 The JSR-305 reference implementation license is in LICENSE-jsr305.txt
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
DAnalyzer.java195 if (insnOpcode != GOTO && insnOpcode != JSR) { in analyze()
200 if (insnOpcode == JSR) { in analyze()
315 if (node.getOpcode() == JSR) { in findSubroutine()
DBasicInterpreter.java119 case JSR: in newOperation()
DFrame.java522 case Opcodes.JSR: in execute()
/external/owasp/sanitizer/distrib/lib/
Djsr305-COPYING1 Per http://code.google.com/p/jsr-305/, JSR 305 uses the new BSD license.
/external/owasp/sanitizer/lib/jsr305/
DCOPYING1 Per http://code.google.com/p/jsr-305/, JSR 305 uses the new BSD license.
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DLabelFlowAnalyzer.java84 if (opcode == Opcodes.JSR) { in visitJumpInsn()
/external/dagger2/
DCHANGELOG.md39 * JSR-330 injection automation using `@Inject` signals, `@Qualifiers`
/external/owasp/sanitizer/tools/findbugs/doc/
DAddingDetectors.txt115 <p> This detector looks for JSR-166 locks that are not released on all paths
130 <p> A JSR-166 lock acquired in this method is not released on all paths
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DLabelFlowAnalyzerTest.java355 analyzer.visitJumpInsn(JSR, label); in testVisitJumpInsnNegative()
/external/testng/
DANNOUNCEMENT.txt68 * JSR 175 Annotations (JDK 1.4 is also supported with JavaDoc annotations).
/external/javassist/src/main/javassist/bytecode/stackmap/
DBasicBlock.java232 case Opcode.JSR :
DTracer.java567 case Opcode.JSR : in doOpcode148_201()

12