Searched refs:dvmCheckBefore (Results 1 - 15 of 15) sorted by relevance

/dalvik/vm/mterp/mips/
H A Dalt_stub.S2 * 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/
H A Dalt_stub.S2 * 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/
H A Dalt_stub.S2 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
18 call dvmCheckBefore # (dPC, dFP, self)
/dalvik/vm/mterp/cstubs/
H A Dentry.cpp38 * In mterp, dvmCheckBefore is handled via the altHandlerTable,
44 dvmCheckBefore(pc, fp, self);
/dalvik/vm/mterp/portable/
H A Dstubdefs.cpp41 dvmCheckBefore(pc, fp, self); \
/dalvik/vm/interp/
H A DInterp.h80 extern "C" void dvmCheckBefore(const u2 *dPC, u4 *fp, Thread* self);
H A DInterp.cpp1686 void dvmCheckBefore(const u2 *pc, u4 *fp, Thread* self) function
/dalvik/vm/mterp/out/
H A DInterpAsm-armv5te-vfp.S9757 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9759 * handler. Note that the call to dvmCheckBefore is done as a tail call.
9773 b dvmCheckBefore @ (dPC,dFP,self) tail call
9780 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9782 * handler. Note that the call to dvmCheckBefore is done as a tail call.
9796 b dvmCheckBefore @ (dPC,dFP,self) tail call
9803 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9805 * handler. Note that the call to dvmCheckBefore is done as a tail call.
9819 b dvmCheckBefore @ (dPC,dFP,self) tail call
9826 * Inter-instruction transfer stub. Call out to dvmCheckBefore t
[all...]
H A DInterpAsm-armv7-a-neon.S9694 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9696 * handler. Note that the call to dvmCheckBefore is done as a tail call.
9710 b dvmCheckBefore @ (dPC,dFP,self) tail call
9717 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9719 * handler. Note that the call to dvmCheckBefore is done as a tail call.
9733 b dvmCheckBefore @ (dPC,dFP,self) tail call
9740 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9742 * handler. Note that the call to dvmCheckBefore is done as a tail call.
9756 b dvmCheckBefore @ (dPC,dFP,self) tail call
9763 * Inter-instruction transfer stub. Call out to dvmCheckBefore t
[all...]
H A DInterpAsm-armv7-a.S9694 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9696 * handler. Note that the call to dvmCheckBefore is done as a tail call.
9710 b dvmCheckBefore @ (dPC,dFP,self) tail call
9717 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9719 * handler. Note that the call to dvmCheckBefore is done as a tail call.
9733 b dvmCheckBefore @ (dPC,dFP,self) tail call
9740 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9742 * handler. Note that the call to dvmCheckBefore is done as a tail call.
9756 b dvmCheckBefore @ (dPC,dFP,self) tail call
9763 * Inter-instruction transfer stub. Call out to dvmCheckBefore t
[all...]
H A DInterpAsm-x86.S8388 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
8404 call dvmCheckBefore # (dPC, dFP, self)
8414 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
8430 call dvmCheckBefore # (dPC, dFP, self)
8440 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
8456 call dvmCheckBefore # (dPC, dFP, self)
8466 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
8482 call dvmCheckBefore # (dPC, dFP, self)
8492 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
8508 call dvmCheckBefore # (dP
[all...]
H A DInterpAsm-armv5te.S10215 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10217 * handler. Note that the call to dvmCheckBefore is done as a tail call.
10231 b dvmCheckBefore @ (dPC,dFP,self) tail call
10238 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10240 * handler. Note that the call to dvmCheckBefore is done as a tail call.
10254 b dvmCheckBefore @ (dPC,dFP,self) tail call
10261 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10263 * handler. Note that the call to dvmCheckBefore is done as a tail call.
10277 b dvmCheckBefore @ (dPC,dFP,self) tail call
10284 * Inter-instruction transfer stub. Call out to dvmCheckBefore t
[all...]
H A DInterpAsm-mips.S12224 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12226 * handler. Note that the call to dvmCheckBefore is done as a tail call.
12241 JAL(dvmCheckBefore)
12249 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12251 * handler. Note that the call to dvmCheckBefore is done as a tail call.
12266 JAL(dvmCheckBefore)
12274 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12276 * handler. Note that the call to dvmCheckBefore is done as a tail call.
12291 JAL(dvmCheckBefore)
12299 * Inter-instruction transfer stub. Call out to dvmCheckBefore t
[all...]
H A DInterpC-allstubs.cpp3061 * In mterp, dvmCheckBefore is handled via the altHandlerTable,
3067 dvmCheckBefore(pc, fp, self);
H A DInterpC-portable.cpp419 dvmCheckBefore(pc, fp, self); \

Completed in 2767 milliseconds