HomeSort by relevance Sort by last modified time
    Searched refs:dvmCheckBefore (Results 1 - 15 of 15) sorted by null

  /dalvik/vm/mterp/mips/
alt_stub.S 2 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
4 * handler. Note that the call to dvmCheckBefore is done as a tail call.
19 JAL(dvmCheckBefore)
  /dalvik/vm/mterp/armv5te/
alt_stub.S 2 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
4 * handler. Note that the call to dvmCheckBefore is done as a tail call.
18 b dvmCheckBefore @ (dPC,dFP,self) tail call
  /dalvik/vm/mterp/x86/
alt_stub.S 2 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
18 call dvmCheckBefore # (dPC, dFP, self)
  /dalvik/vm/mterp/cstubs/
entry.cpp 38 * In mterp, dvmCheckBefore is handled via the altHandlerTable,
44 dvmCheckBefore(pc, fp, self);
  /dalvik/vm/mterp/portable/
stubdefs.cpp 41 dvmCheckBefore(pc, fp, self); \
  /dalvik/vm/interp/
Interp.h 80 extern "C" void dvmCheckBefore(const u2 *dPC, u4 *fp, Thread* self);
Interp.cpp     [all...]
  /dalvik/vm/mterp/out/
InterpAsm-x86.S     [all...]
InterpAsm-armv7-a-neon.S     [all...]
InterpAsm-armv7-a.S     [all...]
InterpAsm-armv5te-vfp.S     [all...]
InterpAsm-armv5te.S     [all...]
InterpAsm-mips.S     [all...]
InterpC-allstubs.cpp     [all...]
InterpC-portable.cpp 419 dvmCheckBefore(pc, fp, self); \
    [all...]

Completed in 178 milliseconds