Searched defs:dvmMterpStdRun (Results 1 - 10 of 10) sorted by relevance
/dalvik/vm/mterp/x86/ |
H A D | entry.S | 19 .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 D | entry.S | 23 .global dvmMterpStdRun 24 .type dvmMterpStdRun, %function 69 dvmMterpStdRun: label 110 * return to whoever called dvmMterpStdRun.
|
/dalvik/vm/mterp/armv5te/ |
H A D | entry.S | 36 .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 D | InterpAsm-x86-atom.S | 17985 .global dvmMterpStdRun 17986 .type dvmMterpStdRun, %function 18031 dvmMterpStdRun: label 18072 * return to whoever called dvmMterpStdRun.
|
H A D | 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 */ 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 D | InterpAsm-armv4t.S | 282 .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 D | InterpAsm-armv5te-vfp.S | 282 .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 D | InterpAsm-armv5te.S | 282 .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 D | InterpAsm-armv7-a-neon.S | 282 .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 D | InterpAsm-armv7-a.S | 282 .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