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

/dalvik/vm/mterp/x86/
H A Dentry.S19 .global dvmMterpStdRun
20 .type dvmMterpStdRun, %function
22 * bool dvmMterpStdRun(MterpGlue* glue)
27 dvmMterpStdRun: label
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/x86-atom/
H A Dentry.S23 .global dvmMterpStdRun
24 .type dvmMterpStdRun, %function
69 dvmMterpStdRun: label
110 * return to whoever called dvmMterpStdRun.
/dalvik/vm/mterp/armv5te/
H A Dentry.S36 .global dvmMterpStdRun
37 .type dvmMterpStdRun, %function
46 dvmMterpStdRun: label
129 * last instruction causes us to return to whoever called dvmMterpStdRun.
131 * We pushed some registers on the stack in dvmMterpStdRun, then saved
/dalvik/vm/mterp/out/
H A DInterpAsm-x86-atom.S17985 .global dvmMterpStdRun
17986 .type dvmMterpStdRun, %function
18031 dvmMterpStdRun: label
18072 * return to whoever called dvmMterpStdRun.
H A DInterpAsm-x86.S88 /* Frame diagram while executing dvmMterpStdRun, high to low addresses */
91 #define PREV_FP ( 0) /* <- dvmMterpStdRun ebp */
111 #define OUT_ARG0 ( 0) /* <- dvmMterpStdRun esp */
8415 .global dvmMterpStdRun
8416 .type dvmMterpStdRun, %function
8418 * bool dvmMterpStdRun(MterpGlue* glue)
8423 dvmMterpStdRun: label
8481 * last instruction causes us to return to whoever called dvmMterpStdRun.
8494 addl $60,%esp # Strip dvmMterpStdRun's frame
8499 ret # return to dvmMterpStdRun'
[all...]
H A DInterpAsm-armv4t.S282 .global dvmMterpStdRun
283 .type dvmMterpStdRun, %function
292 dvmMterpStdRun: label
375 * last instruction causes us to return to whoever called dvmMterpStdRun.
377 * We pushed some registers on the stack in dvmMterpStdRun, then saved
H A DInterpAsm-armv5te-vfp.S282 .global dvmMterpStdRun
283 .type dvmMterpStdRun, %function
292 dvmMterpStdRun: label
375 * last instruction causes us to return to whoever called dvmMterpStdRun.
377 * We pushed some registers on the stack in dvmMterpStdRun, then saved
H A DInterpAsm-armv5te.S282 .global dvmMterpStdRun
283 .type dvmMterpStdRun, %function
292 dvmMterpStdRun: label
375 * last instruction causes us to return to whoever called dvmMterpStdRun.
377 * We pushed some registers on the stack in dvmMterpStdRun, then saved
H A DInterpAsm-armv7-a-neon.S282 .global dvmMterpStdRun
283 .type dvmMterpStdRun, %function
292 dvmMterpStdRun: label
375 * last instruction causes us to return to whoever called dvmMterpStdRun.
377 * We pushed some registers on the stack in dvmMterpStdRun, then saved
H A DInterpAsm-armv7-a.S282 .global dvmMterpStdRun
283 .type dvmMterpStdRun, %function
292 dvmMterpStdRun: label
375 * last instruction causes us to return to whoever called dvmMterpStdRun.
377 * We pushed some registers on the stack in dvmMterpStdRun, then saved

Completed in 363 milliseconds