HomeSort by relevance Sort by last modified time
    Searched refs:LCMP (Results 1 - 25 of 31) sorted by null

1 2

  /external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
LCMP.java 21 * LCMP - Compare longs:
27 public class LCMP extends Instruction implements TypedInstruction, StackProducer, StackConsumer {
29 public LCMP() {
30 super(org.apache.bcel.Const.LCMP, (short) 1);
InstructionConst.java 139 public static final Instruction LCMP = new LCMP();
270 INSTRUCTIONS[Const.LCMP] = LCMP;
InstructionConstants.java 140 Instruction LCMP = new LCMP();
275 INSTRUCTIONS[Const.LCMP] = LCMP;
Visitor.java 348 void visitLCMP( LCMP obj );
EmptyVisitor.java 558 public void visitLCMP( final LCMP obj ) {
  /external/desugar/java/com/google/devtools/build/android/desugar/
LongCompareMethodRewriter.java 18 import static org.objectweb.asm.Opcodes.LCMP;
25 * This class rewrites any call to Long.compare with the JVM instruction lcmp that is semantically
56 super.visitInsn(LCMP);
BytecodeTypeInference.java 293 case Opcodes.LCMP:
  /dalvik/dx/src/com/android/dx/cf/code/
ValueAwareMachine.java 118 case ByteOps.LCMP:
ByteOps.java 175 public static final int LCMP = 0x94;
503 "94 - lcmp;" +
RopperMachine.java 873 case ByteOps.LCMP:
    [all...]
Simulator.java 375 case ByteOps.LCMP: {
    [all...]
BytecodeArray.java 677 case ByteOps.LCMP:
    [all...]
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/
Const.java     [all...]
Constants.java     [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
LabelFlowAnalyzerTest.java 239 testInsn(LCMP, true);
  /external/jarjar/lib/
asm-4.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-3.3.jar 
bcel.jar 
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
ExecutionVisitor.java     [all...]
InstConstraintVisitor.java     [all...]
  /external/guice/lib/build/
asm-6.0.jar 
jarjar-1.1.jar 
  /external/testng/lib-supplied/
jarjar-issue-21.jar 
  /external/guice/extensions/persist/lib/
cglib-nodep-3.2.6.jar 
javassist.jar 

Completed in 104 milliseconds

1 2