Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dbookkeeping.cc236 Mapping map(string_interner_.Intern(loc.build_id)); in InternCodeLocation()
243 map.path_components.emplace_back(string_interner_.Intern(sp.cur_token())); in InternCodeLocation()
246 string_interner_.Intern(loc.frame.function_name), in InternCodeLocation()
253 Mapping map(string_interner_.Intern("")); in MakeRootFrame()
256 string_interner_.Intern(""), 0); in MakeRootFrame()
Dbookkeeping.h198 Interner<std::string> string_interner_; variable