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

1 2

  /external/proguard/src/proguard/classfile/instruction/
InstructionConstants.java 199 public static final byte OP_RET = -87;
InstructionFactory.java 250 case InstructionConstants.OP_RET:
  /external/proguard/src/proguard/optimize/peephole/
ReachableCodeMarker.java 138 if (variableInstruction.opcode == InstructionConstants.OP_RET)
BranchTargetFinder.java 535 if (variableInstruction.opcode == InstructionConstants.OP_RET)
  /external/proguard/src/proguard/classfile/attribute/visitor/
StackSizeComputer.java 189 opcode == InstructionConstants.OP_RET;
  /external/proguard/src/proguard/optimize/info/
SideEffectInstructionChecker.java 165 case InstructionConstants.OP_RET:
  /external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java 252 if (opcode == InstructionConstants.OP_RET)
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.cpp 125 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT,
nv50_ir_emit_nv50.cpp     [all...]
nv50_ir.cpp 962 op == OP_RET || op == OP_EXIT)
nv50_ir.h 94 OP_RET,
nv50_ir_from_sm4.cpp 415 case SM4_OPCODE_RET: return OP_RET;
416 case SM4_OPCODE_RETC: return OP_RET;
    [all...]
nv50_ir_from_tgsi.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp 274 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT,
nv50_ir_emit_nvc0.cpp 1143 case OP_RET: code[1] = 0x90000000; mask = 1; break;
    [all...]
  /external/proguard/src/proguard/evaluation/
Processor.java 746 case InstructionConstants.OP_RET:
    [all...]
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationSimplifier.java 296 case InstructionConstants.OP_RET:
    [all...]
PartialEvaluator.java     [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c     [all...]
upb.h     [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c     [all...]
upb.h     [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 

Completed in 306 milliseconds

1 2