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

1 2 3

  /external/proguard/src/proguard/optimize/peephole/
GotoReturnReplacer.java 97 case InstructionConstants.OP_RETURN:
ReachableCodeMarker.java 123 opcode == InstructionConstants.OP_RETURN ||
MethodInliner.java 376 case InstructionConstants.OP_RETURN:
  /external/proguard/src/proguard/classfile/instruction/
InstructionConstants.java 207 public static final byte OP_RETURN = -79;
InstructionFactory.java 160 case InstructionConstants.OP_RETURN:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lopcodes.h 209 OP_RETURN,/* A B return R(A), ... ,R(A+B-2) (see note) */
235 set to last_result+1, so next open instruction (OP_CALL, OP_RETURN,
241 (*) In OP_RETURN, if (B == 0) then return up to `top'.
lcode.c 70 luaK_codeABC(fs, OP_RETURN, first, nret+1, 0);
lvm.c 752 vmcasenb(OP_RETURN,
  /external/proguard/src/proguard/classfile/attribute/visitor/
StackSizeComputer.java 173 opcode == InstructionConstants.OP_RETURN ||
  /external/proguard/src/proguard/optimize/
TailRecursionSimplifier.java 172 case InstructionConstants.OP_RETURN:
  /external/proguard/src/proguard/optimize/info/
SideEffectInstructionChecker.java 150 case InstructionConstants.OP_RETURN:
  /external/skia/third_party/lua/src/
lopcodes.h 209 OP_RETURN,/* A B return R(A), ... ,R(A+B-2) (see note) */
235 set to last_result+1, so next open instruction (OP_CALL, OP_RETURN,
241 (*) In OP_RETURN, if (B == 0) then return up to `top'.
lcode.c 70 luaK_codeABC(fs, OP_RETURN, first, nret+1, 0);
lvm.c 752 vmcasenb(OP_RETURN,
  /external/syslinux/com32/lua/src/
lopcodes.h 209 OP_RETURN,/* A B return R(A), ... ,R(A+B-2) (see note) */
235 set to last_result+1, so next open instruction (OP_CALL, OP_RETURN,
241 (*) In OP_RETURN, if (B == 0) then return up to `top'.
lcode.c 70 luaK_codeABC(fs, OP_RETURN, first, nret+1, 0);
lvm.c 775 vmcasenb(OP_RETURN,
  /dalvik/libdex/
DexOpcodes.h 86 OP_RETURN = 0x0f,
352 H(OP_RETURN), \
    [all...]
  /libcore/dalvik/src/main/java/dalvik/bytecode/
Opcodes.java 45 int OP_RETURN = 0x000f;
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeComposer.java     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regint.h 538 OP_RETURN,
regexec.c     [all...]
regcomp.c     [all...]
  /external/proguard/src/proguard/evaluation/
Processor.java 536 case InstructionConstants.OP_RETURN:
    [all...]
  /external/proguard/lib/
proguard.jar 

Completed in 851 milliseconds

1 2 3