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

1 2 3

  /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'.
  /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'.
  /external/proguard/src/proguard/classfile/instruction/
InstructionConstants.java 207 public static final byte OP_RETURN = -79;
  /dalvik/libdex/
DexOpcodes.h 86 OP_RETURN = 0x0f,
352 H(OP_RETURN), \
    [all...]
  /libcore/dalvik/src/main/java/dalvik/bytecode/
Opcodes.java 47 int OP_RETURN = 0x000f;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regint.h 538 OP_RETURN,
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /prebuilts/gradle-plugin/net/sf/proguard/proguard-base/5.3.3/
proguard-base-5.3.3.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.3.1/
proguard-base-5.3.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.3.2/
proguard-base-5.3.2.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-0.jar 
android-all-6.0.1_r3-robolectric-r1.jar 

Completed in 437 milliseconds

1 2 3