Home
last modified time | relevance | path

Searched refs:OP_RET (Results 1 – 11 of 11) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java199 public static final byte OP_RET = -87; field
DInstructionFactory.java249 case InstructionConstants.OP_RET: in create()
/external/proguard/src/proguard/optimize/info/
DSideEffectInstructionChecker.java111 opcode == InstructionConstants.OP_RET) in visitVariableInstruction()
/external/proguard/src/proguard/optimize/peephole/
DReachableCodeMarker.java139 if (variableInstruction.opcode == InstructionConstants.OP_RET) in visitVariableInstruction()
DBranchTargetFinder.java523 if (variableInstruction.opcode == InstructionConstants.OP_RET) in visitVariableInstruction()
/external/proguard/src/proguard/classfile/attribute/visitor/
DStackSizeComputer.java190 opcode == InstructionConstants.OP_RET; in visitVariableInstruction()
/external/proguard/src/proguard/preverify/
DCodeSubroutineInliner.java255 if (opcode == InstructionConstants.OP_RET) in visitVariableInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java294 case InstructionConstants.OP_RET: in visitVariableInstruction()
DPartialEvaluator.java859 else if (instruction.opcode == InstructionConstants.OP_RET) in evaluateSingleInstructionBlock()
/external/webkit/JavaScriptCore/assembler/
DX86Assembler.h146 OP_RET = 0xC3, enumerator
1450 m_formatter.oneByteOp(OP_RET); in ret()
/external/proguard/src/proguard/evaluation/
DProcessor.java729 case InstructionConstants.OP_RET: in visitVariableInstruction()