Searched refs:dvmMterpStdBail (Results 1 - 25 of 26) sorted by relevance

12

/dalvik/vm/mterp/
H A DMterp.h40 extern "C" void dvmMterpStdBail(Thread* self);
/dalvik/vm/mterp/x86/
H A Dentry.S64 .global dvmMterpStdBail
65 .type dvmMterpStdBail, %function
67 * void dvmMterpStdBail(Thread* self, bool changeInterp)
80 dvmMterpStdBail: label
H A Dfooter.S729 * expected profile: dvmMterpStdBail(Thread *self, bool changeInterp)
736 call dvmMterpStdBail # bail out....
/dalvik/vm/mterp/cstubs/
H A Dentry.cpp57 void dvmMterpStdBail(Thread* self) function
H A Dstubdefs.cpp123 dvmMterpStdBail(self)
/dalvik/vm/compiler/template/armv5te/
H A Dfooter.S100 .word dvmMterpStdBail
/dalvik/vm/compiler/template/mips/
H A Dfooter.S123 .word dvmMterpStdBail
/dalvik/vm/compiler/template/out/
H A DCompilerTemplateAsm-armv5te.S1682 .word dvmMterpStdBail
H A DCompilerTemplateAsm-armv5te-vfp.S1951 .word dvmMterpStdBail
H A DCompilerTemplateAsm-armv7-a-neon.S1951 .word dvmMterpStdBail
H A DCompilerTemplateAsm-armv7-a.S1951 .word dvmMterpStdBail
/dalvik/vm/mterp/mips/
H A Dfooter.S465 b dvmMterpStdBail # call(self, changeInterp)
/dalvik/vm/mterp/out/
H A DInterpC-armv5te-vfp.cpp501 dvmMterpStdBail(self)
H A DInterpC-armv5te.cpp501 dvmMterpStdBail(self)
H A DInterpC-armv7-a-neon.cpp501 dvmMterpStdBail(self)
H A DInterpC-armv7-a.cpp501 dvmMterpStdBail(self)
H A DInterpC-mips.cpp501 dvmMterpStdBail(self)
H A DInterpC-x86.cpp501 dvmMterpStdBail(self)
H A DInterpC-allstubs.cpp501 dvmMterpStdBail(self)
3080 void dvmMterpStdBail(Thread* self) function
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-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 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)
/dalvik/vm/mterp/armv5te/
H A Dfooter.S452 b dvmMterpStdBail @ call(self, changeInterp)

Completed in 383 milliseconds

12