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

  /dalvik/vm/mterp/x86/
entry.S 56 .global dvmMterpStdBail
57 .type dvmMterpStdBail, %function
59 * void dvmMterpStdBail(Thread* self, bool changeInterp)
72 dvmMterpStdBail:
  /dalvik/vm/mterp/x86-atom/
entry.S 45 * The return value is from dvmMterpStdBail().
110 .global dvmMterpStdBail
111 .type dvmMterpStdBail, %function
113 dvmMterpStdBail:
  /dalvik/vm/mterp/armv5te/
entry.S 43 * The return comes via a call to dvmMterpStdBail().
105 .global dvmMterpStdBail
106 .type dvmMterpStdBail, %function
120 dvmMterpStdBail:
  /dalvik/vm/mterp/cstubs/
entry.cpp 57 void dvmMterpStdBail(Thread* self)
  /dalvik/vm/mterp/out/
InterpAsm-x86-atom.S     [all...]
InterpAsm-x86.S     [all...]
InterpAsm-armv5te-vfp.S 267 * The return comes via a call to dvmMterpStdBail().
329 .global dvmMterpStdBail
330 .type dvmMterpStdBail, %function
344 dvmMterpStdBail:
    [all...]
InterpAsm-armv5te.S 267 * The return comes via a call to dvmMterpStdBail().
329 .global dvmMterpStdBail
330 .type dvmMterpStdBail, %function
344 dvmMterpStdBail:
    [all...]
InterpAsm-armv7-a-neon.S 281 * The return comes via a call to dvmMterpStdBail().
343 .global dvmMterpStdBail
344 .type dvmMterpStdBail, %function
358 dvmMterpStdBail:
    [all...]
InterpAsm-armv7-a.S 281 * The return comes via a call to dvmMterpStdBail().
343 .global dvmMterpStdBail
344 .type dvmMterpStdBail, %function
358 dvmMterpStdBail:
    [all...]
InterpC-allstubs.cpp 491 dvmMterpStdBail(self, false);
    [all...]

Completed in 301 milliseconds