Home
last modified time | relevance | path

Searched refs:dvmCheckBefore (Results 1 – 16 of 16) sorted by relevance

/dalvik/vm/mterp/out/
DInterpAsm-x86.S8404 call dvmCheckBefore # (dPC, dFP, self)
8430 call dvmCheckBefore # (dPC, dFP, self)
8456 call dvmCheckBefore # (dPC, dFP, self)
8482 call dvmCheckBefore # (dPC, dFP, self)
8508 call dvmCheckBefore # (dPC, dFP, self)
8534 call dvmCheckBefore # (dPC, dFP, self)
8560 call dvmCheckBefore # (dPC, dFP, self)
8586 call dvmCheckBefore # (dPC, dFP, self)
8612 call dvmCheckBefore # (dPC, dFP, self)
8638 call dvmCheckBefore # (dPC, dFP, self)
[all …]
DInterpAsm-armv7-a.S9710 b dvmCheckBefore @ (dPC,dFP,self) tail call
9733 b dvmCheckBefore @ (dPC,dFP,self) tail call
9756 b dvmCheckBefore @ (dPC,dFP,self) tail call
9779 b dvmCheckBefore @ (dPC,dFP,self) tail call
9802 b dvmCheckBefore @ (dPC,dFP,self) tail call
9825 b dvmCheckBefore @ (dPC,dFP,self) tail call
9848 b dvmCheckBefore @ (dPC,dFP,self) tail call
9871 b dvmCheckBefore @ (dPC,dFP,self) tail call
9894 b dvmCheckBefore @ (dPC,dFP,self) tail call
9917 b dvmCheckBefore @ (dPC,dFP,self) tail call
[all …]
DInterpAsm-armv7-a-neon.S9710 b dvmCheckBefore @ (dPC,dFP,self) tail call
9733 b dvmCheckBefore @ (dPC,dFP,self) tail call
9756 b dvmCheckBefore @ (dPC,dFP,self) tail call
9779 b dvmCheckBefore @ (dPC,dFP,self) tail call
9802 b dvmCheckBefore @ (dPC,dFP,self) tail call
9825 b dvmCheckBefore @ (dPC,dFP,self) tail call
9848 b dvmCheckBefore @ (dPC,dFP,self) tail call
9871 b dvmCheckBefore @ (dPC,dFP,self) tail call
9894 b dvmCheckBefore @ (dPC,dFP,self) tail call
9917 b dvmCheckBefore @ (dPC,dFP,self) tail call
[all …]
DInterpAsm-armv5te-vfp.S9773 b dvmCheckBefore @ (dPC,dFP,self) tail call
9796 b dvmCheckBefore @ (dPC,dFP,self) tail call
9819 b dvmCheckBefore @ (dPC,dFP,self) tail call
9842 b dvmCheckBefore @ (dPC,dFP,self) tail call
9865 b dvmCheckBefore @ (dPC,dFP,self) tail call
9888 b dvmCheckBefore @ (dPC,dFP,self) tail call
9911 b dvmCheckBefore @ (dPC,dFP,self) tail call
9934 b dvmCheckBefore @ (dPC,dFP,self) tail call
9957 b dvmCheckBefore @ (dPC,dFP,self) tail call
9980 b dvmCheckBefore @ (dPC,dFP,self) tail call
[all …]
DInterpAsm-mips.S12205 JAL(dvmCheckBefore)
12230 JAL(dvmCheckBefore)
12255 JAL(dvmCheckBefore)
12280 JAL(dvmCheckBefore)
12305 JAL(dvmCheckBefore)
12330 JAL(dvmCheckBefore)
12355 JAL(dvmCheckBefore)
12380 JAL(dvmCheckBefore)
12405 JAL(dvmCheckBefore)
12430 JAL(dvmCheckBefore)
[all …]
DInterpAsm-armv5te.S10231 b dvmCheckBefore @ (dPC,dFP,self) tail call
10254 b dvmCheckBefore @ (dPC,dFP,self) tail call
10277 b dvmCheckBefore @ (dPC,dFP,self) tail call
10300 b dvmCheckBefore @ (dPC,dFP,self) tail call
10323 b dvmCheckBefore @ (dPC,dFP,self) tail call
10346 b dvmCheckBefore @ (dPC,dFP,self) tail call
10369 b dvmCheckBefore @ (dPC,dFP,self) tail call
10392 b dvmCheckBefore @ (dPC,dFP,self) tail call
10415 b dvmCheckBefore @ (dPC,dFP,self) tail call
10438 b dvmCheckBefore @ (dPC,dFP,self) tail call
[all …]
DInterpC-allstubs.cpp3067 dvmCheckBefore(pc, fp, self); in DEFINE_GOTO_TABLE()
DInterpC-portable.cpp419 dvmCheckBefore(pc, fp, self); \
/dalvik/vm/mterp/mips/
Dalt_stub.S19 JAL(dvmCheckBefore)
/dalvik/vm/mterp/armv5te/
Dalt_stub.S18 b dvmCheckBefore @ (dPC,dFP,self) tail call
/dalvik/vm/mterp/x86/
Dalt_stub.S18 call dvmCheckBefore # (dPC, dFP, self)
/dalvik/vm/mterp/cstubs/
Dentry.cpp44 dvmCheckBefore(pc, fp, self); in DEFINE_GOTO_TABLE()
/dalvik/vm/mterp/portable/
Dstubdefs.cpp41 dvmCheckBefore(pc, fp, self); \
/dalvik/vm/interp/
DInterp.h80 extern "C" void dvmCheckBefore(const u2 *dPC, u4 *fp, Thread* self);
DInterp.cpp1692 void dvmCheckBefore(const u2 *pc, u4 *fp, Thread* self) in dvmCheckBefore() function
/dalvik/vm/mterp/
DREADME.txt272 include a test of subMode and subsequent call to the "dvmCheckBefore()".
302 tells dvmCheckBefore which set of subModes need to be checked.
304 See dvmCheckBefore() for subMode handling, and dvmEnableSubMode(),