Lines Matching full:currentpc
60 (a) Change "savedPc" to "currentPc" in the stack frame. All of the
779 * into xtra.currentPc. Pull it out of there.
782 saveArea->xtra.currentPc - SAVEAREA_FROM_FP(fp)->method->insns;
918 assert(saveArea->xtra.currentPc >= method->insns &&
919 saveArea->xtra.currentPc <
921 *intPtr++ = (int) (saveArea->xtra.currentPc - method->insns);