/external/proguard/src/proguard/classfile/instruction/ |
H A D | InstructionConstants.java | 199 public static final byte OP_RET = -87; field in interface:InstructionConstants
|
H A D | InstructionFactory.java | 250 case InstructionConstants.OP_RET:
|
/external/proguard/src/proguard/optimize/peephole/ |
H A D | ReachableCodeMarker.java | 138 if (variableInstruction.opcode == InstructionConstants.OP_RET)
|
H A D | BranchTargetFinder.java | 535 if (variableInstruction.opcode == InstructionConstants.OP_RET)
|
/external/proguard/src/proguard/classfile/attribute/visitor/ |
H A D | StackSizeComputer.java | 189 opcode == InstructionConstants.OP_RET;
|
/external/proguard/src/proguard/optimize/info/ |
H A D | SideEffectInstructionChecker.java | 165 case InstructionConstants.OP_RET:
|
/external/proguard/src/proguard/preverify/ |
H A D | CodeSubroutineInliner.java | 252 if (opcode == InstructionConstants.OP_RET)
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
H A D | nv50_ir_target_nv50.cpp | 125 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT,
|
H A D | nv50_ir_emit_nv50.cpp | 1474 case OP_RET: 1668 case OP_RET:
|
H A D | nv50_ir.cpp | 962 op == OP_RET || op == OP_EXIT)
|
H A D | nv50_ir.h | 94 OP_RET, enumerator in enum:nv50_ir::operation
|
H A D | nv50_ir_from_sm4.cpp | 415 case SM4_OPCODE_RET: return OP_RET; 416 case SM4_OPCODE_RETC: return OP_RET;
|
H A D | nv50_ir_from_tgsi.cpp | 2209 mkFlow(OP_RET, NULL, CC_ALWAYS, NULL)->fixed = 1;
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
H A D | nv50_ir_target_nvc0.cpp | 274 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT,
|
H A D | nv50_ir_emit_nvc0.cpp | 1143 case OP_RET: code[1] = 0x90000000; mask = 1; break; 1706 case OP_RET:
|
/external/proguard/src/proguard/evaluation/ |
H A D | Processor.java | 746 case InstructionConstants.OP_RET:
|
/external/proguard/src/proguard/optimize/evaluation/ |
H A D | EvaluationSimplifier.java | 296 case InstructionConstants.OP_RET:
|
H A D | PartialEvaluator.java | 886 else if (instruction.opcode == InstructionConstants.OP_RET)
|
/external/protobuf/php/ext/google/protobuf/ |
H A D | upb.c | 6759 case OP_RET: 6883 case OP_RET: 7269 putop(c, OP_RET); 7509 case OP_RET: 8252 VMCASE(OP_RET,
|
H A D | upb.h | 7387 OP_RET = 30, enumerator in enum:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::__anon16237
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 7433 case OP_RET: 7557 case OP_RET: 7948 putop(c, OP_RET); 8198 case OP_RET: 8963 VMCASE(OP_RET,
|
H A D | upb.h | 7690 OP_RET = 30, enumerator in enum:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::__anon16296
|
/external/proguard/lib/ |
H A D | proguard.jar | META-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter.java package proguard ... |