Searched refs:funcEnd (Results 1 – 2 of 2) sorted by relevance
999 pint_t funcEnd = 0; in getInfoFromCompactEncodingSection() local1023 funcEnd = firstLevelNextPageFunctionOffset + sects.dso_base; in getInfoFromCompactEncodingSection()1028 funcEnd = pageIndex.functionOffset(low + 1) + sects.dso_base; in getInfoFromCompactEncodingSection()1044 (uint64_t) pc, (uint64_t) funcStart, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()1047 if (pc > funcEnd) { in getInfoFromCompactEncodingSection()1052 (uint64_t) pc, (uint64_t) funcStart, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()1089 funcEnd = in getInfoFromCompactEncodingSection()1093 funcEnd = firstLevelNextPageFunctionOffset + sects.dso_base; in getInfoFromCompactEncodingSection()1100 if (pc > funcEnd) { in getInfoFromCompactEncodingSection()1103 (uint64_t) pc, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()[all …]
284 funcEnd = _functionPaths.end(); funcNext != funcEnd; funcNext++) in ~PathProfileLoaderPass() local