Home | History | Annotate | Download | only in interp

Lines Matching refs:npc

89             LOGD("real %p DPC %p NPC %p", pc, interpState->jitResumeDPC,
990 const u2* npc = gDvmJit.pJitEntryTable[idx].dPC;
991 if (npc != NULL) {
994 if (npc == dPC) {
1027 void dvmJitSetCodeAddr(const u2* dPC, void *nPC, JitInstructionSetType set) {
1040 jitEntry->codeAddress = nPC;