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

  /dalvik/vm/mterp/
Mterp.h 39 extern "C" void dvmMterpStdRun(Thread* self);
Mterp.cpp 105 dvmMterpStdRun(self);
  /dalvik/vm/mterp/mips/
entry.S 25 .global dvmMterpStdRun
26 .ent dvmMterpStdRun
35 dvmMterpStdRun:
91 .end dvmMterpStdRun
97 * point established on entry. Return to whoever called dvmMterpStdRun.
  /dalvik/vm/mterp/armv5te/
entry.S 36 .global dvmMterpStdRun
37 .type dvmMterpStdRun, %function
45 dvmMterpStdRun:
103 .size dvmMterpStdRun, .-dvmMterpStdRun
114 * last instruction causes us to return to whoever called dvmMterpStdRun.
116 * We pushed some registers on the stack in dvmMterpStdRun, then saved
  /dalvik/vm/mterp/x86/
entry.S 19 .global dvmMterpStdRun
20 .type dvmMterpStdRun, %function
22 * bool dvmMterpStdRun(Thread* self)
27 dvmMterpStdRun:
71 * last instruction causes us to return to whoever called dvmMterpStdRun.
91 ret # return to dvmMterpStdRun's caller
  /dalvik/vm/mterp/cstubs/
entry.cpp 20 void dvmMterpStdRun(Thread* self)
  /dalvik/vm/mterp/out/
InterpC-allstubs.cpp     [all...]
InterpAsm-armv5te-vfp.S 260 .global dvmMterpStdRun
261 .type dvmMterpStdRun, %function
269 dvmMterpStdRun:
327 .size dvmMterpStdRun, .-dvmMterpStdRun
338 * last instruction causes us to return to whoever called dvmMterpStdRun.
340 * We pushed some registers on the stack in dvmMterpStdRun, then saved
    [all...]
InterpAsm-armv5te.S 260 .global dvmMterpStdRun
261 .type dvmMterpStdRun, %function
269 dvmMterpStdRun:
327 .size dvmMterpStdRun, .-dvmMterpStdRun
338 * last instruction causes us to return to whoever called dvmMterpStdRun.
340 * 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:
341 .size dvmMterpStdRun, .-dvmMterpStdRun
352 * last instruction causes us to return to whoever called dvmMterpStdRun.
354 * 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:
341 .size dvmMterpStdRun, .-dvmMterpStdRun
352 * last instruction causes us to return to whoever called dvmMterpStdRun.
354 * We pushed some registers on the stack in dvmMterpStdRun, then saved
    [all...]
InterpAsm-mips.S 413 .global dvmMterpStdRun
414 .ent dvmMterpStdRun
423 dvmMterpStdRun:
479 .end dvmMterpStdRun
485 * point established on entry. Return to whoever called dvmMterpStdRun.
    [all...]
InterpAsm-x86.S 85 /* Frame diagram while executing dvmMterpStdRun, high to low addresses */
108 #define OUT_ARG0 ( 0) /* <- dvmMterpStdRun esp */
    [all...]

Completed in 221 milliseconds