HomeSort by relevance Sort by last modified time
    Searched refs:OP_RET (Results 1 - 12 of 12) sorted by null

  /external/proguard/src/proguard/classfile/instruction/
InstructionConstants.java 199 public static final byte OP_RET = -87;
InstructionFactory.java 249 case InstructionConstants.OP_RET:
  /external/proguard/src/proguard/optimize/info/
SideEffectInstructionChecker.java 111 opcode == InstructionConstants.OP_RET)
  /external/proguard/src/proguard/optimize/peephole/
ReachableCodeMarker.java 139 if (variableInstruction.opcode == InstructionConstants.OP_RET)
BranchTargetFinder.java 523 if (variableInstruction.opcode == InstructionConstants.OP_RET)
  /external/proguard/src/proguard/classfile/attribute/visitor/
StackSizeComputer.java 190 opcode == InstructionConstants.OP_RET;
  /external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java 255 if (opcode == InstructionConstants.OP_RET)
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationSimplifier.java 294 case InstructionConstants.OP_RET:
    [all...]
PartialEvaluator.java     [all...]
  /external/proguard/src/proguard/evaluation/
Processor.java 729 case InstructionConstants.OP_RET:
    [all...]
  /external/webkit/JavaScriptCore/assembler/
X86Assembler.h 146 OP_RET = 0xC3,
    [all...]
  /external/proguard/lib/
proguard.jar 

Completed in 408 milliseconds