HomeSort by relevance Sort by last modified time
    Searched refs:dvmMterpStdRun (Results 1 - 14 of 14) sorted by null

  /dalvik/vm/mterp/
Mterp.h 46 * dvmMterpStdRun() returns the "changeInterp" argument from dvmMterpStdBail(),
52 bool dvmMterpStdRun(MterpGlue* glue);
Mterp.c 105 changeInterp = dvmMterpStdRun(glue);
  /dalvik/vm/mterp/x86/
entry.S 19 .global dvmMterpStdRun
20 .type dvmMterpStdRun, %function
22 * bool dvmMterpStdRun(MterpGlue* glue)
27 dvmMterpStdRun:
85 * last instruction causes us to return to whoever called dvmMterpStdRun.
98 addl $$60,%esp # Strip dvmMterpStdRun's frame
103 ret # return to dvmMterpStdRun's caller
  /dalvik/vm/mterp/cstubs/
entry.c 20 bool dvmMterpStdRun(MterpGlue* glue)
  /dalvik/vm/mterp/armv5te/
entry.S 36 .global dvmMterpStdRun
37 .type dvmMterpStdRun, %function
46 dvmMterpStdRun:
142 * last instruction causes us to return to whoever called dvmMterpStdRun.
144 * We pushed some registers on the stack in dvmMterpStdRun, then saved
  /dalvik/vm/mterp/x86-atom/
entry.S 23 .global dvmMterpStdRun
24 .type dvmMterpStdRun, %function
65 * DvmMterpStdRun entry point: save stack pointer, setup memory locations, get
69 dvmMterpStdRun:
110 * return to whoever called dvmMterpStdRun.
  /dalvik/vm/mterp/out/
InterpAsm-x86.S 88 /* Frame diagram while executing dvmMterpStdRun, high to low addresses */
91 #define PREV_FP ( 0) /* <- dvmMterpStdRun ebp */
111 #define OUT_ARG0 ( 0) /* <- dvmMterpStdRun esp */
    [all...]
InterpAsm-armv4t.S 288 .global dvmMterpStdRun
289 .type dvmMterpStdRun, %function
298 dvmMterpStdRun:
394 * last instruction causes us to return to whoever called dvmMterpStdRun.
396 * We pushed some registers on the stack in dvmMterpStdRun, then saved
    [all...]
InterpAsm-armv5te-vfp.S 288 .global dvmMterpStdRun
289 .type dvmMterpStdRun, %function
298 dvmMterpStdRun:
394 * last instruction causes us to return to whoever called dvmMterpStdRun.
396 * We pushed some registers on the stack in dvmMterpStdRun, then saved
    [all...]
InterpAsm-armv5te.S 288 .global dvmMterpStdRun
289 .type dvmMterpStdRun, %function
298 dvmMterpStdRun:
394 * last instruction causes us to return to whoever called dvmMterpStdRun.
396 * We pushed some registers on the stack in dvmMterpStdRun, then saved
    [all...]
InterpAsm-armv7-a-neon.S 298 .global dvmMterpStdRun
299 .type dvmMterpStdRun, %function
308 dvmMterpStdRun:
404 * last instruction causes us to return to whoever called dvmMterpStdRun.
406 * We pushed some registers on the stack in dvmMterpStdRun, then saved
    [all...]
InterpAsm-armv7-a.S 298 .global dvmMterpStdRun
299 .type dvmMterpStdRun, %function
308 dvmMterpStdRun:
404 * last instruction causes us to return to whoever called dvmMterpStdRun.
406 * We pushed some registers on the stack in dvmMterpStdRun, then saved
    [all...]
InterpC-allstubs.c     [all...]
InterpAsm-x86-atom.S     [all...]

Completed in 113 milliseconds