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

1 2

  /dalvik/vm/mterp/c/
OP_RETURN.c 4 (INST_INST(inst) == OP_RETURN) ? "" : "-object", vsrc1);
  /external/proguard/src/proguard/optimize/peephole/
GotoReturnReplacer.java 97 case InstructionConstants.OP_RETURN:
ReachableCodeMarker.java 124 opcode == InstructionConstants.OP_RETURN ||
MethodInliner.java 339 case InstructionConstants.OP_RETURN:
  /external/quake/quake/src/QW/server/
pr_comp.h 94 OP_RETURN,
pr_exec.c 639 case OP_RETURN:
  /external/quake/quake/src/WinQuake/
pr_comp.h 95 OP_RETURN,
pr_exec.cpp 639 case OP_RETURN:
  /dalvik/vm/mterp/portable/
debug.c 143 if (inst == OP_RETURN_VOID || inst == OP_RETURN || inst == OP_RETURN_WIDE ||
  /external/proguard/src/proguard/classfile/instruction/
InstructionConstants.java 207 public static final byte OP_RETURN = -79;
InstructionFactory.java 160 case InstructionConstants.OP_RETURN:
  /external/proguard/src/proguard/optimize/info/
SideEffectInstructionChecker.java 96 opcode == InstructionConstants.OP_RETURN)))
  /external/proguard/src/proguard/classfile/attribute/visitor/
StackSizeComputer.java 174 opcode == InstructionConstants.OP_RETURN ||
  /external/proguard/src/proguard/optimize/
TailRecursionSimplifier.java 180 case InstructionConstants.OP_RETURN:
  /libcore/dalvik/src/main/java/dalvik/bytecode/
Opcodes.java 43 int OP_RETURN = 0x0f;
  /dalvik/libdex/
OpCode.h 85 OP_RETURN = 0x0f,
406 H(OP_RETURN), \
    [all...]
InstrUtils.c 69 case OP_RETURN:
578 case OP_RETURN:
717 case OP_RETURN:
    [all...]
  /dalvik/vm/compiler/
Frontend.c 65 case OP_RETURN:
177 case OP_RETURN:
    [all...]
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeComposer.java 842 composer.appendInstruction(3, new SimpleInstruction(InstructionConstants.OP_RETURN));
  /dalvik/vm/mterp/out/
InterpC-portdbg.c     [all...]
InterpC-allstubs.c     [all...]
InterpC-portstd.c     [all...]
  /external/proguard/src/proguard/evaluation/
Processor.java 521 case InstructionConstants.OP_RETURN:
    [all...]
  /dalvik/vm/analysis/
RegisterMap.c     [all...]
CodeVerify.c     [all...]

Completed in 308 milliseconds

1 2