Lines Matching refs:pc_start
225 int pc_start = -1;
593 pc_start = -1;
1710 if(rangeStart == PC_FOR_START_OF_BB) rangeStart = currentBB->pc_start;
3504 if(method_bbs_sorted[k]->pc_start <= offset && method_bbs_sorted[k]->pc_end > offset)
4753 if(bb->pc_start == exceptionHandlers[i]) return true;
4767 bb->pc_start = src_pc;
4771 /* insert the basic block to method_bbs_sorted in ascending order of pc_start */
4775 if(method_bbs_sorted[k]->pc_start > src_pc) {