Home
last modified time | relevance | path

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

12

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
DAnnotationGeneratedFilterTest.java33 m.visitInsn(Opcodes.IRETURN); in should_filter_methods_annotated_with_runtime_visible_org_groovy_transform_Generated()
47 m.visitInsn(Opcodes.IRETURN); in should_filter_methods_annotated_with_runtime_invisible_lombok_Generated()
60 m.visitInsn(Opcodes.IRETURN); in should_filter_classes_annotated_with_runtime_visible_org_immutables_value_Generated()
90 m.visitInsn(Opcodes.IRETURN); in should_filter_when_annotation_is_inner()
105 m.visitInsn(Opcodes.IRETURN); in should_not_filter_when_no_annotations()
119 m.visitInsn(Opcodes.IRETURN); in should_not_filter_when_other_annotations()
DKotlinGeneratedFilterTest.java32 m.visitInsn(Opcodes.IRETURN); in testNoLinesForKotlinWithDebug()
48 m.visitInsn(Opcodes.IRETURN); in testWithLinesForKotlinWithDebug()
62 m.visitInsn(Opcodes.IRETURN); in testNoLinesNonKotlinWithDebug()
74 m.visitInsn(Opcodes.IRETURN); in testNoLinesForKotlinNoDebug()
89 m.visitInsn(Opcodes.IRETURN); in testWithLinesForKotlinNoDebug()
DKotlinNotNullOperatorFilterTest.java52 m.visitInsn(Opcodes.IRETURN); in should_filter()
/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()
DInstructionConst.java144 public static final ReturnInstruction IRETURN = new IRETURN(); field in InstructionConst
275 INSTRUCTIONS[Const.IRETURN] = IRETURN;
DInstructionConstants.java145 ReturnInstruction IRETURN = new IRETURN(); field
280 INSTRUCTIONS[Const.IRETURN] = IRETURN; in Clinit()
DReturnInstruction.java50 case Const.IRETURN: in getType()
DVisitor.java459 void visitIRETURN( IRETURN obj ); in visitIRETURN()
/external/javassist/src/main/javassist/
DCtClass.java150 "booleanValue", "()Z", Opcode.IRETURN,
155 "charValue", "()C", Opcode.IRETURN,
160 "byteValue", "()B", Opcode.IRETURN,
165 "shortValue", "()S", Opcode.IRETURN,
170 "intValue", "()I", Opcode.IRETURN,
/external/javassist/src/main/javassist/bytecode/analysis/
DUtil.java46 return (opcode >= IRETURN && opcode <= RETURN); in isReturn()
/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()
/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()
DJava7Compatibility.java259 case Opcodes.IRETURN: in visitInsn()
DDefaultMethodClassFixer.java514 stubMethod.visitInsn(neededType.getReturnType().getOpcode(Opcodes.IRETURN)); in visitMethod()
547 stubMethod.visitInsn(neededType.getReturnType().getOpcode(Opcodes.IRETURN)); in visitMethod()
/external/javassist/src/main/javassist/bytecode/
DOpcode.java166 int IRETURN = 172; field
DCodeAnalyzer.java206 return (IRETURN <= opcode && opcode <= RETURN) || opcode == ATHROW; in isEnd()
/external/jacoco/org.jacoco.core.test.validation.java8/src/org/jacoco/core/test/validation/java8/
DBootstrapMethodReferenceTest.java79 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/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/
DAsmUtil.kt104 IRETURN, FRETURN, ARETURN, RETURN, LRETURN, DRETURN -> { in nextVarLoad()
DFlowAnalyzer.kt130 IRETURN, FRETURN, ARETURN, RETURN, LRETURN, DRETURN -> { in executeOne()
/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.validation.java5/src/org/jacoco/core/test/validation/java5/
DStructuredLockingTest.java97 case Opcodes.IRETURN: in assertStructuredLocking()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
DMethodAnalyzerTest.java494 method.visitInsn(Opcodes.IRETURN); in createTableSwitch()
628 method.visitInsn(Opcodes.IRETURN); in createTableSwitchMerge()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConstants.java980 short IRETURN = 172; field

12