Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/processor/
H A Dfast_source_line_resolver.cc128 std::vector<const char*> inline_ptrs; in ConstructInlineFrames() local
129 if (!inline_map.RetrieveRanges(address, inline_ptrs)) { in ConstructInlineFrames()
133 for (const char* inline_ptr : inline_ptrs) { in ConstructInlineFrames()