Home | History | Annotate | Download | only in interp

Lines Matching refs:startPC

97     shadowSpace->startPC = pc;
142 // self->threadId, (int)shadowSpace->startPC, (int)shadowSpace->fp,
149 LOGD("Dalvik PC: %#x endPC: %#x", (int)shadowSpace->startPC,
157 if (exitState == kSVSPunt && pc == shadowSpace->startPC) {
164 self->interpSave.pc = shadowSpace->startPC;
205 LOGD("Dalvik PC: %#x endPC: %#x", (int)shadowSpace->startPC,
239 const u2 *startPC = shadowSpace->startPC;
240 JitTraceDescription* desc = dvmCopyTraceDescriptor(startPC, NULL);
242 dvmCompilerWorkEnqueue(startPC, kWorkOrderTraceDebug, desc);
413 LOGD("startPC: %#x endPC: %#x currPC: %#x",
414 (int)shadowSpace->startPC, (int)shadowSpace->endPC, (int)pc);