Searched refs:shadowFP (Results 1 – 3 of 3) sorted by relevance
/dalvik/vm/interp/ |
D | Jit.cpp | 109 shadowSpace->shadowFP = shadowSpace->registerSpace + in dvmSelfVerificationSaveState() 112 self->interpSave.curFrame = (u4*)shadowSpace->shadowFP; in dvmSelfVerificationSaveState() 116 memcpy(((char*)shadowSpace->shadowFP)-preBytes, ((char*)fp)-preBytes, in dvmSelfVerificationSaveState() 152 ALOGD("Shadow FP: %#x endFP: %#x", (int)shadowSpace->shadowFP, in dvmSelfVerificationRestoreState() 191 (int) shadowSpace->shadowFP; in selfVerificationDumpState() 209 ALOGD("Shadow FP: %#x endFP: %#x", (int)shadowSpace->shadowFP, in selfVerificationDumpState() 304 (int) shadowSpace->shadowFP; in dvmCheckSelfVerification() 305 if (memcmp(shadowSpace->fp, shadowSpace->shadowFP, frameBytes)) { in dvmCheckSelfVerification() 317 (int*)shadowSpace->shadowFP, in dvmCheckSelfVerification() 320 (int)shadowSpace->shadowFP, frameBytes); in dvmCheckSelfVerification() [all …]
|
D | Jit.h | 52 void* shadowFP; /* pointer to fp in shadow space */ member
|
/dalvik/vm/mterp/common/ |
D | asm-constants.h | 123 MTERP_OFFSET(offShadowSpace_shadowFP, ShadowSpace, shadowFP, 40)
|