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

  /dalvik/vm/mterp/x86/
entry.S 19 .global dvmMterpStdRun
20 .type dvmMterpStdRun, %function
22 * bool dvmMterpStdRun(Thread* self)
27 dvmMterpStdRun:
63 * last instruction causes us to return to whoever called dvmMterpStdRun.
83 ret # return to dvmMterpStdRun's caller
  /dalvik/vm/mterp/x86-atom/
entry.S 23 .global dvmMterpStdRun
24 .type dvmMterpStdRun, %function
58 * DvmMterpStdRun entry point: save stack pointer, setup memory locations, get
62 dvmMterpStdRun:
103 * return to whoever called dvmMterpStdRun.
  /dalvik/vm/mterp/armv5te/
entry.S 36 .global dvmMterpStdRun
37 .type dvmMterpStdRun, %function
45 dvmMterpStdRun:
102 .size dvmMterpStdRun, .-dvmMterpStdRun
111 * last instruction causes us to return to whoever called dvmMterpStdRun.
113 * We pushed some registers on the stack in dvmMterpStdRun, then saved
  /dalvik/vm/mterp/cstubs/
entry.cpp 20 void dvmMterpStdRun(Thread* self)
  /dalvik/vm/mterp/out/
InterpAsm-x86-atom.S     [all...]
InterpAsm-x86.S 85 /* Frame diagram while executing dvmMterpStdRun, high to low addresses */
108 #define OUT_ARG0 ( 0) /* <- dvmMterpStdRun esp */
    [all...]
InterpAsm-armv5te-vfp.S 260 .global dvmMterpStdRun
261 .type dvmMterpStdRun, %function
269 dvmMterpStdRun:
326 .size dvmMterpStdRun, .-dvmMterpStdRun
335 * last instruction causes us to return to whoever called dvmMterpStdRun.
337 * We pushed some registers on the stack in dvmMterpStdRun, then saved
    [all...]
InterpAsm-armv5te.S 260 .global dvmMterpStdRun
261 .type dvmMterpStdRun, %function
269 dvmMterpStdRun:
326 .size dvmMterpStdRun, .-dvmMterpStdRun
335 * last instruction causes us to return to whoever called dvmMterpStdRun.
337 * We pushed some registers on the stack in dvmMterpStdRun, then saved
    [all...]
InterpAsm-armv7-a-neon.S 274 .global dvmMterpStdRun
275 .type dvmMterpStdRun, %function
283 dvmMterpStdRun:
340 .size dvmMterpStdRun, .-dvmMterpStdRun
349 * last instruction causes us to return to whoever called dvmMterpStdRun.
351 * We pushed some registers on the stack in dvmMterpStdRun, then saved
    [all...]
InterpAsm-armv7-a.S 274 .global dvmMterpStdRun
275 .type dvmMterpStdRun, %function
283 dvmMterpStdRun:
340 .size dvmMterpStdRun, .-dvmMterpStdRun
349 * last instruction causes us to return to whoever called dvmMterpStdRun.
351 * We pushed some registers on the stack in dvmMterpStdRun, then saved
    [all...]
InterpC-allstubs.cpp     [all...]

Completed in 240 milliseconds