Searched refs:startPC (Results 1 – 5 of 5) sorted by relevance
/dalvik/vm/interp/ |
D | Jit.cpp | 97 shadowSpace->startPC = pc; in dvmSelfVerificationSaveState() 149 ALOGD("Dalvik PC: %#x endPC: %#x", (int)shadowSpace->startPC, in dvmSelfVerificationRestoreState() 157 if (exitState == kSVSPunt && pc == shadowSpace->startPC) { in dvmSelfVerificationRestoreState() 164 self->interpSave.pc = shadowSpace->startPC; in dvmSelfVerificationRestoreState() 205 ALOGD("Dalvik PC: %#x endPC: %#x", (int)shadowSpace->startPC, in selfVerificationDumpState() 239 const u2 *startPC = shadowSpace->startPC; in selfVerificationSpinLoop() local 240 JitTraceDescription* desc = dvmCopyTraceDescriptor(startPC, NULL); in selfVerificationSpinLoop() 242 dvmCompilerWorkEnqueue(startPC, kWorkOrderTraceDebug, desc); in selfVerificationSpinLoop() 414 (int)shadowSpace->startPC, (int)shadowSpace->endPC, (int)pc); in dvmCheckSelfVerification()
|
D | Jit.h | 43 const u2* startPC; /* starting pc of jitted region */ member
|
/dalvik/vm/compiler/codegen/x86/ |
D | Lower.cpp | 283 bool existATryBlock(Method* method, int startPC, int endPC) { in existATryBlock() argument 293 if((int)end < startPC || (int)start > endPC) { //no overlap in existATryBlock()
|
D | Lower.h | 559 bool existATryBlock(Method* method, int startPC, int endPC);
|
/dalvik/vm/mterp/common/ |
D | asm-constants.h | 115 MTERP_OFFSET(offShadowSpace_startPC, ShadowSpace, startPC, 0)
|