Home | History | Annotate | Download | only in vm

Lines Matching refs:curFrame

636     void* curFrame = ((JNIEnvExt*)env)->self->curFrame;
637 u4 cookie = SAVEAREA_FROM_FP(curFrame)->xtra.localRefCookie;
703 u4 cookie = SAVEAREA_FROM_FP(self->curFrame)->xtra.localRefCookie;
718 Object** bottom = SAVEAREA_FROM_FP(self->curFrame)->xtra.localRefCookie;
1155 fp = self->curFrame;
1433 void* fp = dvmThreadSelf()->curFrame;
1550 const u1* low = (const u1*)SAVEAREA_FROM_FP(self->curFrame);
1569 const u1* low = (const u1*)SAVEAREA_FROM_FP(self->curFrame);
1578 if (dvmComputeExactFrameDepth(self->curFrame) == 1) {