Home
last modified time | relevance | path

Searched refs:DRETURN (Results 1 – 19 of 19) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DDRETURN.java26 public class DRETURN extends ReturnInstruction { class
30 public DRETURN() { in DRETURN() method in DRETURN
31 super(org.apache.bcel.Const.DRETURN); in DRETURN()
DInstructionConstants.java148 ReturnInstruction DRETURN = new DRETURN(); field
283 INSTRUCTIONS[Const.DRETURN] = DRETURN; in Clinit()
DInstructionConst.java147 public static final ReturnInstruction DRETURN = new DRETURN(); field in InstructionConst
278 INSTRUCTIONS[Const.DRETURN] = DRETURN;
DReturnInstruction.java56 case Const.DRETURN: in getType()
DVisitor.java225 void visitDRETURN( DRETURN obj ); in visitDRETURN()
DEmptyVisitor.java353 public void visitDRETURN( final DRETURN obj ) { in visitDRETURN()
DInstructionFactory.java314 return InstructionConst.DRETURN; in createReturn()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DLabelFlowAnalyzer.java144 case Opcodes.DRETURN: in visitInsn()
DMethodProbesAdapter.java102 case Opcodes.DRETURN: in visitInsn()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
DFinallyFilter.java125 case Opcodes.DRETURN: in filter()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
DStructuredLockingTest.java102 case Opcodes.DRETURN: in assertStructuredLocking()
/external/desugar/java/com/google/devtools/build/android/desugar/
DJava7Compatibility.java262 case Opcodes.DRETURN: in visitInsn()
DBytecodeTypeInference.java173 case Opcodes.DRETURN: in visitInsn()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConstants.java992 short DRETURN = 175; field
DConst.java1370 public static final short DRETURN = 175; field in Const
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DLabelFlowAnalyzerTest.java247 testInsn(DRETURN, false); in testInsn()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DExecutionVisitor.java331 public void visitDRETURN(final DRETURN o) { in visitDRETURN()
DInstConstraintVisitor.java893 public void visitDRETURN(final DRETURN o) { in visitDRETURN()
/external/desugar/test/java/com/google/devtools/build/android/desugar/
DBytecodeTypeInferenceTest.golden.txt1696 DRETURN