/external/proguard/src/proguard/classfile/instruction/ |
D | InstructionConstants.java | 199 public static final byte OP_RET = -87; field
|
D | InstructionFactory.java | 250 case InstructionConstants.OP_RET: in create()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | ReachableCodeMarker.java | 138 if (variableInstruction.opcode == InstructionConstants.OP_RET) in visitVariableInstruction()
|
D | BranchTargetFinder.java | 535 if (variableInstruction.opcode == InstructionConstants.OP_RET) in visitVariableInstruction()
|
/external/proguard/src/proguard/optimize/info/ |
D | SideEffectInstructionChecker.java | 165 case InstructionConstants.OP_RET: in visitVariableInstruction()
|
/external/proguard/src/proguard/classfile/attribute/visitor/ |
D | StackSizeComputer.java | 189 opcode == InstructionConstants.OP_RET; in visitVariableInstruction()
|
/external/proguard/src/proguard/preverify/ |
D | CodeSubroutineInliner.java | 252 if (opcode == InstructionConstants.OP_RET) in visitVariableInstruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_nv50.cpp | 127 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, in initOpInfo()
|
D | nv50_ir_target_nvc0.cpp | 174 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, in initOpInfo()
|
D | nv50_ir_emit_nv50.cpp | 1746 case OP_RET: in emitFlow() 2003 case OP_RET: in emitInstruction()
|
D | nv50_ir.h | 96 OP_RET, enumerator
|
D | nv50_ir_emit_nvc0.cpp | 1459 case OP_RET: code[1] = 0x90000000; mask = 1; break; in emitFlow() 2858 case OP_RET: in emitInstruction() 3171 if (insn->op == OP_EXIT || insn->op == OP_RET) in setDelay()
|
D | nv50_ir_emit_gk110.cpp | 1514 case OP_RET: code[1] = 0x19000000; mask = 1; break; in emitFlow() 2666 case OP_RET: in emitInstruction()
|
D | nv50_ir.cpp | 1065 op == OP_RET || op == OP_EXIT) in FlowInstruction()
|
D | nv50_ir_emit_gm107.cpp | 3178 case OP_RET: in emitInstruction()
|
D | nv50_ir_from_tgsi.cpp | 3769 mkFlow(OP_RET, NULL, CC_ALWAYS, NULL)->fixed = 1; in handleInstruction()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | PartialEvaluator.java | 886 else if (instruction.opcode == InstructionConstants.OP_RET) in evaluateSingleInstructionBlock()
|
D | EvaluationSimplifier.java | 296 case InstructionConstants.OP_RET: in visitVariableInstruction()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 746 case InstructionConstants.OP_RET: in visitVariableInstruction()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 6759 case OP_RET: in putop() 6883 case OP_RET: in dumpbc() 7269 putop(c, OP_RET); in compile_method() 7509 case OP_RET: in consumes_input() 8252 VMCASE(OP_RET, in run_decoder_vm()
|
D | upb.h | 7387 OP_RET = 30,
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 7433 case OP_RET: in putop() 7557 case OP_RET: in dumpbc() 7948 putop(c, OP_RET); in compile_method() 8198 case OP_RET: in consumes_input() 8963 VMCASE(OP_RET, in run_decoder_vm()
|
D | upb.h | 7690 OP_RET = 30,
|
/external/proguard/lib/ |
D | proguard.jar | META-INF/
META-INF/MANIFEST.MF
proguard/
proguard/FileWordReader.class
FileWordReader ... |