Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
DUnwindCursor.hpp1622 pint_t funcEnd = 0; in getInfoFromCompactEncodingSection() local
1646 funcEnd = firstLevelNextPageFunctionOffset + sects.dso_base; in getInfoFromCompactEncodingSection()
1651 funcEnd = pageIndex.functionOffset(low + 1) + sects.dso_base; in getInfoFromCompactEncodingSection()
1667 (uint64_t) pc, (uint64_t) funcStart, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()
1670 if (pc > funcEnd) { in getInfoFromCompactEncodingSection()
1675 (uint64_t) pc, (uint64_t) funcStart, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()
1712 funcEnd = in getInfoFromCompactEncodingSection()
1716 funcEnd = firstLevelNextPageFunctionOffset + sects.dso_base; in getInfoFromCompactEncodingSection()
1723 if (pc > funcEnd) { in getInfoFromCompactEncodingSection()
1726 (uint64_t) pc, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()
[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 …]