Lines Matching defs:forwardBranchRange
138 std::min(target->backwardBranchRange, target->forwardBranchRange))
197 uint64_t forwardBranchRange = target->forwardBranchRange;
198 assert(isecEnd > forwardBranchRange &&
200 assert(isecEnd - isecVA <= forwardBranchRange &&
222 uint64_t stubsInRangeVA = maxVAOfLastStub - forwardBranchRange;
230 ", slop = " + utohexstr(forwardBranchRange - (isecEnd - isecVA)));
255 uint64_t forwardBranchRange = target->forwardBranchRange;
265 // forwardBranchRange in front of it.
292 if (expectedNewSize >= isecVA + forwardBranchRange - slop)
326 uint64_t highVA = callVA + forwardBranchRange;