Home | History | Annotate | Download | only in interp

Lines Matching refs:startPC

104     shadowSpace->startPC = pc;
149 // self->threadId, (int)shadowSpace->startPC, (int)shadowSpace->fp,
156 LOGD("Dalvik PC: 0x%x endPC: 0x%x", (int)shadowSpace->startPC,
174 if (exitState == kSVSPunt && pc == shadowSpace->startPC) {
176 } else if (exitState == kSVSBackwardBranch && pc < shadowSpace->startPC) {
186 * instruction in the loop, pc is equal to shadowSpace->startPC and
190 * resuming in the trace the startPC will be less than pc so we will
196 * detected as the endPC (ie pc) will be less than startPC.
236 LOGD("Dalvik PC: 0x%x endPC: 0x%x", (int)shadowSpace->startPC,
270 const u2 *startPC = shadowSpace->startPC;
271 JitTraceDescription* desc = dvmCopyTraceDescriptor(startPC, NULL);
273 dvmCompilerWorkEnqueue(startPC, kWorkOrderTraceDebug, desc);
395 LOGD("startPC: 0x%x endPC: 0x%x currPC: 0x%x",
396 (int)shadowSpace->startPC, (int)shadowSpace->endPC, (int)pc);