Searched defs:endPC (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/interp/
H A DJit.h51 const u2* endPC; /* ending pc of jitted region */ member in struct:ShadowSpace
/dalvik/vm/compiler/codegen/x86/
H A DLower.cpp283 bool existATryBlock(Method* method, int startPC, int endPC) { argument
292 //if [start, end] overlaps with [startPC, endPC] returns true
293 if((int)end < startPC || (int)start > endPC) { //no overlap
H A DLowerJump.cpp775 int endPC = insnsSize; local
776 if(ptr->nextItem != NULL) endPC = ptr->nextItem->offsetPC + ptr->nextItem->relativePC;
796 sz = (endPC-tmpPC)*sizeof(u2);

Completed in 235 milliseconds