Searched refs:endPC (Results 1 – 5 of 5) sorted by relevance
51 const u2* endPC; /* ending pc of jitted region */ member
137 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()
283 bool existATryBlock(Method* method, int startPC, int endPC) { in existATryBlock() argument293 if((int)end < startPC || (int)start > endPC) { //no overlap in existATryBlock()
775 int endPC = insnsSize; in performDataWorklist() local776 if(ptr->nextItem != NULL) endPC = ptr->nextItem->offsetPC + ptr->nextItem->relativePC; in performDataWorklist()796 sz = (endPC-tmpPC)*sizeof(u2); in performDataWorklist()
559 bool existATryBlock(Method* method, int startPC, int endPC);