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

/dalvik/vm/mterp/mips/
H A Dentry.S32 * The return comes via a call to dvmMterpStdBail().
93 .global dvmMterpStdBail
94 .ent dvmMterpStdBail
102 dvmMterpStdBail: label
107 .end dvmMterpStdBail
/dalvik/vm/mterp/x86/
H A Dentry.S64 .global dvmMterpStdBail
65 .type dvmMterpStdBail, %function
67 * void dvmMterpStdBail(Thread* self, bool changeInterp)
80 dvmMterpStdBail: label
/dalvik/vm/mterp/armv5te/
H A Dentry.S43 * The return comes via a call to dvmMterpStdBail().
108 .global dvmMterpStdBail
109 .type dvmMterpStdBail, %function
123 dvmMterpStdBail: label
/dalvik/vm/mterp/cstubs/
H A Dentry.cpp57 void dvmMterpStdBail(Thread* self) function
/dalvik/vm/mterp/out/
H A DInterpAsm-x86.S15627 .global dvmMterpStdBail
15628 .type dvmMterpStdBail, %function
15630 * void dvmMterpStdBail(Thread* self, bool changeInterp)
15643 dvmMterpStdBail: label
16406 * expected profile: dvmMterpStdBail(Thread *self, bool changeInterp)
16413 call dvmMterpStdBail # bail out....
H A DInterpAsm-armv5te-vfp.S267 * The return comes via a call to dvmMterpStdBail().
332 .global dvmMterpStdBail
333 .type dvmMterpStdBail, %function
347 dvmMterpStdBail: label
16096 b dvmMterpStdBail @ call(self, changeInterp)
H A DInterpAsm-armv5te.S267 * The return comes via a call to dvmMterpStdBail().
332 .global dvmMterpStdBail
333 .type dvmMterpStdBail, %function
347 dvmMterpStdBail: label
16554 b dvmMterpStdBail @ call(self, changeInterp)
H A DInterpAsm-armv7-a-neon.S281 * The return comes via a call to dvmMterpStdBail().
346 .global dvmMterpStdBail
347 .type dvmMterpStdBail, %function
361 dvmMterpStdBail: label
16033 b dvmMterpStdBail @ call(self, changeInterp)
H A DInterpAsm-armv7-a.S281 * The return comes via a call to dvmMterpStdBail().
346 .global dvmMterpStdBail
347 .type dvmMterpStdBail, %function
361 dvmMterpStdBail: label
16033 b dvmMterpStdBail @ call(self, changeInterp)
H A DInterpC-allstubs.cpp501 dvmMterpStdBail(self)
3080 void dvmMterpStdBail(Thread* self) function
H A DInterpAsm-mips.S420 * The return comes via a call to dvmMterpStdBail().
481 .global dvmMterpStdBail
482 .ent dvmMterpStdBail
490 dvmMterpStdBail: label
495 .end dvmMterpStdBail
11467 b dvmMterpStdBail # call(self, changeInterp)

Completed in 292 milliseconds