Home | History | Annotate | Download | only in alloc

Lines Matching refs:currentPc

1560                  * from interp method #2.  The currentPc on the stack is
1577 if (saveArea->xtra.currentPc != thread->currentPc2) {
1579 saveArea->xtra.currentPc, thread->currentPc2,
1581 if (saveArea->xtra.currentPc != NULL)
1582 LOGE(" pc inst = 0x%04x", *saveArea->xtra.currentPc);
1601 assert(saveArea->xtra.currentPc != NULL);
1614 int addr = saveArea->xtra.currentPc - method->insns;
1819 int addr = saveArea->xtra.currentPc - method->insns;