Home
last modified time | relevance | path

Searched refs:IRETURN (Results 1 – 25 of 29) sorted by relevance

12

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DIRETURN.java26 public class IRETURN extends ReturnInstruction { class
30 public IRETURN() { in IRETURN() method in IRETURN
31 super(org.apache.bcel.Const.IRETURN); in IRETURN()
DInstructionConstants.java145 ReturnInstruction IRETURN = new IRETURN(); field
280 INSTRUCTIONS[Const.IRETURN] = IRETURN; in Clinit()
DInstructionConst.java144 public static final ReturnInstruction IRETURN = new IRETURN(); field in InstructionConst
275 INSTRUCTIONS[Const.IRETURN] = IRETURN;
DReturnInstruction.java50 case Const.IRETURN: in getType()
DVisitor.java459 void visitIRETURN( IRETURN obj ); in visitIRETURN()
DEmptyVisitor.java733 public void visitIRETURN( final IRETURN obj ) { in visitIRETURN()
DInstructionFactory.java310 return InstructionConst.IRETURN; in createReturn()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
DGroovyGeneratedFilterTest.java37 m.visitInsn(Opcodes.IRETURN); in testNoAnnotations()
52 m.visitInsn(Opcodes.IRETURN); in testOtherAnnotation()
67 m.visitInsn(Opcodes.IRETURN); in testGroovyGeneratedAnnotation()
DLombokGeneratedFilterTest.java37 m.visitInsn(Opcodes.IRETURN); in testNoAnnotations()
52 m.visitInsn(Opcodes.IRETURN); in testOtherAnnotation()
67 m.visitInsn(Opcodes.IRETURN); in testLombokGeneratedAnnotation()
/external/apache-commons-bcel/src/examples/Mini/
DASTProgram.java238 il.append(InstructionConstants.IRETURN); in byte_code()
277 il.append(InstructionConstants.IRETURN); // Reuse objects, if possible in byte_code()
DASTFunDecl.java284 il.append(InstructionConstants.IRETURN); // Reuse object to save memory in byte_code()
/external/desugar/java/com/google/devtools/build/android/desugar/
DCoreLibrarySupport.java390 dispatchMethod.visitInsn(methodType.getReturnType().getOpcode(Opcodes.IRETURN)); in makeDispatchHelperMethod()
419 dispatchMethod.visitInsn(methodType.getReturnType().getOpcode(Opcodes.IRETURN)); in makeDispatchHelperMethod()
435 dispatchMethod.visitInsn(methodType.getReturnType().getOpcode(Opcodes.IRETURN)); in makeDispatchHelperMethod()
DDefaultMethodClassFixer.java514 stubMethod.visitInsn(neededType.getReturnType().getOpcode(Opcodes.IRETURN)); in visitMethod()
547 stubMethod.visitInsn(neededType.getReturnType().getOpcode(Opcodes.IRETURN)); in visitMethod()
DJava7Compatibility.java259 case Opcodes.IRETURN: in visitInsn()
DLambdaDesugaring.java149 bridgeMethod.visitInsn(neededType.getReturnType().getOpcode(Opcodes.IRETURN)); in visitEnd()
/external/jacoco/org.jacoco.core.test/src-java8/org/jacoco/core/test/validation/
DBootstrapMethodReferenceTest.java77 mv.visitInsn(Opcodes.IRETURN); in test()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DLabelFlowAnalyzer.java141 case Opcodes.IRETURN: in visitInsn()
DMethodProbesAdapter.java99 case Opcodes.IRETURN: in visitInsn()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
DFinallyFilter.java122 case Opcodes.IRETURN: in filter()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
DStructuredLockingTest.java99 case Opcodes.IRETURN: in assertStructuredLocking()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
DMethodAnalyzerTest.java485 method.visitInsn(Opcodes.IRETURN); in createTableSwitch()
584 method.visitInsn(Opcodes.IRETURN); in createTableSwitchMerge()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConstants.java980 short IRETURN = 172; field
DConst.java1355 public static final short IRETURN = 172; field in Const
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DLabelFlowAnalyzerTest.java244 testInsn(IRETURN, false); in testInsn()
/external/desugar/test/java/com/google/devtools/build/android/desugar/
DBytecodeTypeInferenceTest.golden.txt28 IRETURN
58 IRETURN
66 IRETURN
897 IRETURN
1010 IRETURN
1025 IRETURN

12