Searched refs:callIdx (Results 1 – 2 of 2) sorted by relevance
174 TextOutputSection::estimateBranchTargetThresholdVA(size_t callIdx) const { in estimateBranchTargetThresholdVA()188 uint64_t isecVA = inputs[callIdx]->getVA(); in estimateBranchTargetThresholdVA()190 for (size_t i = callIdx; i < inputs.size(); i++) { in estimateBranchTargetThresholdVA()294 for (size_t callIdx = 0, endIdx = inputs.size(); callIdx < endIdx; in finalize() local295 ++callIdx) { in finalize()296 if (finalIdx == callIdx) in finalize()298 ConcatInputSection *isec = inputs[callIdx]; in finalize()333 branchTargetThresholdVA = estimateBranchTargetThresholdVA(callIdx); in finalize()
83 uint64_t estimateBranchTargetThresholdVA(size_t callIdx) const;