Searched refs:isecEnd (Results 1 – 1 of 1) sorted by relevance
189 uint64_t isecEnd = isecVA; in estimateBranchTargetThresholdVA() local192 isecEnd = alignToPowerOf2(isecEnd, isec->align) + isec->getSize(); in estimateBranchTargetThresholdVA()205 assert(isecEnd > forwardBranchRange && in estimateBranchTargetThresholdVA()207 assert(isecEnd - isecVA <= forwardBranchRange && in estimateBranchTargetThresholdVA()214 maxTextSize += isecEnd; in estimateBranchTargetThresholdVA()250 utohexstr(branchTargetThresholdVA) + ", isecEnd = " + utohexstr(isecEnd) + in estimateBranchTargetThresholdVA()251 ", tail = " + utohexstr(isecEnd - isecVA) + in estimateBranchTargetThresholdVA()252 ", slop = " + utohexstr(forwardBranchRange - (isecEnd - isecVA))); in estimateBranchTargetThresholdVA()