Searched refs:preBytes (Results 1 – 1 of 1) sorted by relevance
73 unsigned preBytes = self->interpSave.method->outsSize*4 + in dvmSelfVerificationSaveState() local89 if (preBytes + postBytes > shadowSpace->registerSpaceSize * sizeof(u4)) { in dvmSelfVerificationSaveState()91 shadowSpace->registerSpaceSize = (preBytes + postBytes) / sizeof(u4); in dvmSelfVerificationSaveState()116 memcpy(((char*)shadowSpace->shadowFP)-preBytes, ((char*)fp)-preBytes, in dvmSelfVerificationSaveState()117 preBytes+postBytes); in dvmSelfVerificationSaveState()