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

  /dalvik/vm/mterp/x86/
entry.S 78 .global dvmMterpStdBail
79 .type dvmMterpStdBail, %function
81 * void dvmMterpStdBail(MterpGlue* glue, bool changeInterp)
94 dvmMterpStdBail:
  /dalvik/vm/mterp/x86-atom/
entry.S 45 * The return value is from dvmMterpStdBail().
117 .global dvmMterpStdBail
118 .type dvmMterpStdBail, %function
120 dvmMterpStdBail:
  /dalvik/vm/mterp/armv5te/
entry.S 44 * via a call to dvmMterpStdBail().
136 .global dvmMterpStdBail
137 .type dvmMterpStdBail, %function
152 dvmMterpStdBail:
  /dalvik/vm/mterp/cstubs/
entry.c 76 void dvmMterpStdBail(MterpGlue* glue, bool changeInterp)
  /dalvik/vm/mterp/out/
InterpAsm-x86-atom.S     [all...]
InterpAsm-x86.S     [all...]
InterpAsm-armv4t.S 296 * via a call to dvmMterpStdBail().
388 .global dvmMterpStdBail
389 .type dvmMterpStdBail, %function
404 dvmMterpStdBail:
    [all...]
InterpAsm-armv5te-vfp.S 296 * via a call to dvmMterpStdBail().
388 .global dvmMterpStdBail
389 .type dvmMterpStdBail, %function
404 dvmMterpStdBail:
    [all...]
InterpAsm-armv5te.S 296 * via a call to dvmMterpStdBail().
388 .global dvmMterpStdBail
389 .type dvmMterpStdBail, %function
404 dvmMterpStdBail:
    [all...]
InterpAsm-armv7-a-neon.S 306 * via a call to dvmMterpStdBail().
398 .global dvmMterpStdBail
399 .type dvmMterpStdBail, %function
414 dvmMterpStdBail:
    [all...]
InterpAsm-armv7-a.S 306 * via a call to dvmMterpStdBail().
398 .global dvmMterpStdBail
399 .type dvmMterpStdBail, %function
414 dvmMterpStdBail:
    [all...]
InterpC-allstubs.c 516 dvmMterpStdBail(glue, false);
518 dvmMterpStdBail(glue, true);
    [all...]

Completed in 117 milliseconds