Searched defs:dvmMterpStdRun (Results 1 - 11 of 11) sorted by relevance

/dalvik/vm/mterp/mips/
H A Dentry.S25 .global dvmMterpStdRun
26 .ent dvmMterpStdRun
35 dvmMterpStdRun: label
91 .end dvmMterpStdRun
97 * point established on entry. Return to whoever called dvmMterpStdRun.
/dalvik/vm/mterp/x86/
H A Dentry.S19 .global dvmMterpStdRun
20 .type dvmMterpStdRun, %function
22 * bool dvmMterpStdRun(Thread* self)
27 dvmMterpStdRun: label
71 * last instruction causes us to return to whoever called dvmMterpStdRun.
91 ret # return to dvmMterpStdRun's caller
/dalvik/vm/mterp/armv5te/
H A Dentry.S36 .global dvmMterpStdRun
37 .type dvmMterpStdRun, %function
45 dvmMterpStdRun: label
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/cstubs/
H A Dentry.cpp20 void dvmMterpStdRun(Thread* self) function
/dalvik/vm/mterp/out/
H A DInterpAsm-x86.S85 /* Frame diagram while executing dvmMterpStdRun, high to low addresses */
108 #define OUT_ARG0 ( 0) /* <- dvmMterpStdRun esp */
15582 .global dvmMterpStdRun
15583 .type dvmMterpStdRun, %function
15585 * bool dvmMterpStdRun(Thread* self)
15590 dvmMterpStdRun: label
15634 * last instruction causes us to return to whoever called dvmMterpStdRun.
15654 ret # return to dvmMterpStdRun's caller
16393 * dvmMterpStdRun.
H A DInterpAsm-armv5te-vfp.S260 .global dvmMterpStdRun
261 .type dvmMterpStdRun, %function
269 dvmMterpStdRun: label
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
16088 * of dvmMterpStdRun.
H A DInterpAsm-armv5te.S260 .global dvmMterpStdRun
261 .type dvmMterpStdRun, %function
269 dvmMterpStdRun: label
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
16546 * of dvmMterpStdRun.
H A DInterpAsm-armv7-a-neon.S274 .global dvmMterpStdRun
275 .type dvmMterpStdRun, %function
283 dvmMterpStdRun: label
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
16025 * of dvmMterpStdRun.
H A DInterpAsm-armv7-a.S274 .global dvmMterpStdRun
275 .type dvmMterpStdRun, %function
283 dvmMterpStdRun: label
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
16025 * of dvmMterpStdRun.
H A DInterpC-allstubs.cpp3043 void dvmMterpStdRun(Thread* self) function
H A DInterpAsm-mips.S413 .global dvmMterpStdRun
414 .ent dvmMterpStdRun
423 dvmMterpStdRun: label
479 .end dvmMterpStdRun
485 * point established on entry. Return to whoever called dvmMterpStdRun.
11462 * of dvmMterpStdRun.

Completed in 836 milliseconds