Home
last modified time | relevance | path

Searched refs:startPC (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/interp/
DJit.cpp97 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()
DJit.h43 const u2* startPC; /* starting pc of jitted region */ member
/dalvik/vm/compiler/codegen/x86/
DLower.cpp283 bool existATryBlock(Method* method, int startPC, int endPC) { in existATryBlock() argument
293 if((int)end < startPC || (int)start > endPC) { //no overlap in existATryBlock()
DLower.h559 bool existATryBlock(Method* method, int startPC, int endPC);
/dalvik/vm/mterp/common/
Dasm-constants.h115 MTERP_OFFSET(offShadowSpace_startPC, ShadowSpace, startPC, 0)