Home
last modified time | relevance | path

Searched refs:funcEnd (Results 1 – 4 of 4) sorted by relevance

/external/libunwind_llvm/src/
DUnwindCursor.hpp1576 pint_t funcEnd = 0; in getInfoFromCompactEncodingSection() local
1600 funcEnd = firstLevelNextPageFunctionOffset + sects.dso_base; in getInfoFromCompactEncodingSection()
1605 funcEnd = pageIndex.functionOffset(low + 1) + sects.dso_base; in getInfoFromCompactEncodingSection()
1621 (uint64_t) pc, (uint64_t) funcStart, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()
1624 if (pc > funcEnd) { in getInfoFromCompactEncodingSection()
1629 (uint64_t) pc, (uint64_t) funcStart, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()
1666 funcEnd = in getInfoFromCompactEncodingSection()
1670 funcEnd = firstLevelNextPageFunctionOffset + sects.dso_base; in getInfoFromCompactEncodingSection()
1677 if (pc > funcEnd) { in getInfoFromCompactEncodingSection()
1680 (uint64_t) pc, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()
[all …]
/external/swiftshader/third_party/LLVM/lib/Analysis/
DPathProfileInfo.cpp284 funcEnd = _functionPaths.end(); funcNext != funcEnd; funcNext++) in ~PathProfileLoaderPass() local
/external/skia/tools/bookmaker/
DincludeParser.cpp363 const char* funcEnd = i.anyOf("(\n"); in advanceInclude() local
364 if (funcEnd && '(' == funcEnd[0] && '_' == *i.anyOf("_(") in advanceInclude()
365 && (i.contains("internal_", funcEnd, nullptr) in advanceInclude()
366 || i.contains("private_", funcEnd, nullptr) in advanceInclude()
367 || i.contains("legacy_", funcEnd, nullptr) in advanceInclude()
368 || i.contains("temporary_", funcEnd, nullptr))) { in advanceInclude()
369 i.skipTo(funcEnd); in advanceInclude()
3582 size_t funcEnd = namePos; in suggestFix() local
3583 while (funcEnd > 0 && ' ' >= methodNameStr[funcEnd - 1]) { in suggestFix()
3584 funcEnd -= 1; in suggestFix()
[all …]
/external/skqp/tools/bookmaker/
DincludeParser.cpp362 const char* funcEnd = i.anyOf("(\n"); in advanceInclude() local
363 if (funcEnd && '(' == funcEnd[0] && '_' == *i.anyOf("_(") in advanceInclude()
364 && (i.contains("internal_", funcEnd, nullptr) in advanceInclude()
365 || i.contains("private_", funcEnd, nullptr) in advanceInclude()
366 || i.contains("legacy_", funcEnd, nullptr) in advanceInclude()
367 || i.contains("temporary_", funcEnd, nullptr))) { in advanceInclude()
368 i.skipTo(funcEnd); in advanceInclude()
3581 size_t funcEnd = namePos; in suggestFix() local
3582 while (funcEnd > 0 && ' ' >= methodNameStr[funcEnd - 1]) { in suggestFix()
3583 funcEnd -= 1; in suggestFix()
[all …]