Home | History | Annotate | Download | only in alloc

Lines Matching refs:currentPc2

1626                  * for interp method #1, but thread->currentPc2 is still
1631 * - class init updates currentPc2
1642 if (saveArea->xtra.currentPc != thread->currentPc2) {
1644 saveArea->xtra.currentPc, thread->currentPc2,
1648 if (thread->currentPc2 != NULL)
1649 LOGE(" pc2 inst = 0x%04x\n", *thread->currentPc2);