Home
last modified time | relevance | path

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

/dalvik/vm/interp/
DJit.h51 const u2* endPC; /* ending pc of jitted region */ member
DJit.cpp137 shadowSpace->endPC = pc; in dvmSelfVerificationRestoreState()
150 (int)shadowSpace->endPC); in dvmSelfVerificationRestoreState()
206 (int)shadowSpace->endPC); in selfVerificationDumpState()
295 if (pc == shadowSpace->endPC && in dvmCheckSelfVerification()
414 (int)shadowSpace->startPC, (int)shadowSpace->endPC, (int)pc); in dvmCheckSelfVerification()
/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()
DLowerJump.cpp775 int endPC = insnsSize; in performDataWorklist() local
776 if(ptr->nextItem != NULL) endPC = ptr->nextItem->offsetPC + ptr->nextItem->relativePC; in performDataWorklist()
796 sz = (endPC-tmpPC)*sizeof(u2); in performDataWorklist()
DLower.h559 bool existATryBlock(Method* method, int startPC, int endPC);