Searched refs:OP_RET (Results 1 - 12 of 12) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
H A DInstructionConstants.java199 public static final byte OP_RET = -87; field in interface:InstructionConstants
H A DInstructionFactory.java249 case InstructionConstants.OP_RET:
/external/proguard/src/proguard/optimize/info/
H A DSideEffectInstructionChecker.java111 opcode == InstructionConstants.OP_RET)
/external/proguard/src/proguard/optimize/peephole/
H A DReachableCodeMarker.java139 if (variableInstruction.opcode == InstructionConstants.OP_RET)
H A DBranchTargetFinder.java523 if (variableInstruction.opcode == InstructionConstants.OP_RET)
/external/proguard/src/proguard/classfile/attribute/visitor/
H A DStackSizeComputer.java190 opcode == InstructionConstants.OP_RET;
/external/proguard/src/proguard/preverify/
H A DCodeSubroutineInliner.java255 if (opcode == InstructionConstants.OP_RET)
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationSimplifier.java294 case InstructionConstants.OP_RET:
H A DPartialEvaluator.java859 else if (instruction.opcode == InstructionConstants.OP_RET)
/external/proguard/src/proguard/evaluation/
H A DProcessor.java729 case InstructionConstants.OP_RET:
/external/webkit/Source/JavaScriptCore/assembler/
H A DX86Assembler.h146 OP_RET = 0xC3, enumerator in enum:JSC::X86Assembler::__anon11579
1511 m_formatter.oneByteOp(OP_RET);
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 116 milliseconds