Home | History | Annotate | Download | only in interp

Lines Matching refs:u4

69 void* dvmSelfVerificationSaveState(const u2* pc, u4* fp,
89 if (preBytes + postBytes > shadowSpace->registerSpaceSize * sizeof(u4)) {
91 shadowSpace->registerSpaceSize = (preBytes + postBytes) / sizeof(u4);
93 (int*) calloc(shadowSpace->registerSpaceSize, sizeof(u4));
112 self->interpSave.curFrame = (u4*)shadowSpace->shadowFP;
132 void* dvmSelfVerificationRestoreState(const u2* pc, u4* fp,
564 u4 chainEndMarker = gDvmJit.jitTableSize;
565 u4 idx = dvmJitHash(dPC);
596 u4 prev;
1204 u4 methodKey = (u4)self->interpSave.method <<
1206 u4 pcKey = ((u4)self->interpSave.pc >> 1) &