Home | History | Annotate | Download | only in vm

Lines Matching refs:currentPc2

3941                  * for interp method #1, but thread->currentPc2 is still
3946 * - class init updates currentPc2
3957 if (saveArea->xtra.currentPc != thread->currentPc2) {
3959 saveArea->xtra.currentPc, thread->currentPc2,
3963 if (thread->currentPc2 != NULL)
3964 LOGE(" pc2 inst = 0x%04x\n", *thread->currentPc2);