HomeSort by relevance Sort by last modified time
    Searched defs:dvmMterpStdBail (Results 1 - 11 of 11) sorted by null

  /dalvik/vm/mterp/mips/
entry.S 32 * The return comes via a call to dvmMterpStdBail().
93 .global dvmMterpStdBail
94 .ent dvmMterpStdBail
102 dvmMterpStdBail:
107 .end dvmMterpStdBail
  /dalvik/vm/mterp/x86/
entry.S 64 .global dvmMterpStdBail
65 .type dvmMterpStdBail, %function
67 * void dvmMterpStdBail(Thread* self, bool changeInterp)
80 dvmMterpStdBail:
  /dalvik/vm/mterp/armv5te/
entry.S 43 * The return comes via a call to dvmMterpStdBail().
108 .global dvmMterpStdBail
109 .type dvmMterpStdBail, %function
123 dvmMterpStdBail:
  /dalvik/vm/mterp/cstubs/
entry.cpp 57 void dvmMterpStdBail(Thread* self)
  /dalvik/vm/mterp/out/
InterpAsm-x86.S     [all...]
InterpAsm-armv5te-vfp.S 267 * The return comes via a call to dvmMterpStdBail().
332 .global dvmMterpStdBail
333 .type dvmMterpStdBail, %function
347 dvmMterpStdBail:
    [all...]
InterpAsm-armv5te.S 267 * The return comes via a call to dvmMterpStdBail().
332 .global dvmMterpStdBail
333 .type dvmMterpStdBail, %function
347 dvmMterpStdBail:
    [all...]
InterpAsm-armv7-a-neon.S 281 * The return comes via a call to dvmMterpStdBail().
346 .global dvmMterpStdBail
347 .type dvmMterpStdBail, %function
361 dvmMterpStdBail:
    [all...]
InterpAsm-armv7-a.S 281 * The return comes via a call to dvmMterpStdBail().
346 .global dvmMterpStdBail
347 .type dvmMterpStdBail, %function
361 dvmMterpStdBail:
    [all...]
InterpC-allstubs.cpp 501 dvmMterpStdBail(self)
    [all...]
InterpAsm-mips.S 420 * The return comes via a call to dvmMterpStdBail().
481 .global dvmMterpStdBail
482 .ent dvmMterpStdBail
490 dvmMterpStdBail:
495 .end dvmMterpStdBail
    [all...]

Completed in 50 milliseconds