Searched defs:RETURN (Results 1 - 13 of 13) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRegOps.java172 public static final int RETURN = 33; field in class:RegOps
346 case RETURN: return "return";
/dalvik/dx/src/com/android/dx/rop/code/
H A DRegOps.java172 public static final int RETURN = 33; field in class:RegOps
346 case RETURN: return "return";
/dalvik/dx/src/com/android/dx/cf/code/
H A DRopper.java43 private static final int RETURN = -2; field in class:Ropper
775 successors = IntList.makeImmutable(getSpecialLabel(RETURN));
1101 int label = getSpecialLabel(RETURN);
H A DByteOps.java204 public static final int RETURN = 0xb1; field in class:ByteOps
/dalvik/vm/mterp/mips/
H A Dheader.S274 #define RETURN jr ra define
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDops.java123 public static final Dop RETURN = field in class:Dops
124 new Dop(DalvOps.RETURN, DalvOps.RETURN,
959 set(RETURN);
H A DDalvOps.java49 public static final int RETURN = 0x0f; field in class:DalvOps
/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java126 public static final Dop RETURN = field in class:Dops
127 new Dop(Opcodes.RETURN, Opcodes.RETURN,
962 set(RETURN);
/dalvik/dx/src/com/android/dx/io/
H A DOpcodeInfo.java122 public static final Info RETURN = field in class:OpcodeInfo
123 new Info(Opcodes.RETURN, "return",
964 set(RETURN);
H A DOpcodes.java59 public static final int RETURN = 0x0f; field in class:Opcodes
/dalvik/vm/compiler/template/mips/
H A Dheader.S333 #define RETURN jr ra define
/dalvik/vm/compiler/template/out/
H A DCompilerTemplateAsm-mips.S340 #define RETURN jr ra define
460 RETURN
568 RETURN # return to raise stack overflow excep.
583 RETURN # bail to the interpreter
591 RETURN # bail to the interpreter
701 RETURN # return to the callee-chaining cell
765 RETURN
782 RETURN # return to raise stack overflow excep.
797 RETURN # bail to the interpreter
800 RETURN # bai
[all...]
/dalvik/vm/mterp/out/
H A DInterpAsm-mips.S281 #define RETURN jr ra define
12077 RETURN;
12096 RETURN
12106 RETURN
12117 RETURN;
12129 RETURN;
12138 RETURN
12149 RETURN

Completed in 1347 milliseconds