Lines Matching refs:interner
274 trace_processor::StringPool* interner) { in PreprocessInliningInfo() argument
288 inlines[symbol_set_id].emplace_back(interner->InternString(func_sysname), in PreprocessInliningInfo()
289 interner->InternString(filename), in PreprocessInliningInfo()
318 trace_processor::StringPool* interner, in PreprocessLocations() argument
325 PreprocessInliningInfo(tp, interner); in PreprocessLocations()
361 auto intern_function = [interner, &tracker, annotate_frames]( in PreprocessLocations()
364 std::string func_name = interner->Get(func_sysname_id).ToStdString(); in PreprocessLocations()
369 interner->InternString(base::StringView(func_name)); in PreprocessLocations()
395 intern_function(interner->InternString(func_sysname), in PreprocessLocations()
428 trace_processor::StringPool* interner) in GProfileBuilder() argument
429 : locations_(locations), interner_(interner) { in GProfileBuilder()
766 trace_processor::StringPool interner; in TraceToHeapPprof() local
768 PreprocessLocations(tp, &interner, annotate_frames); in TraceToHeapPprof()
776 GProfileBuilder builder(locations, &interner); in TraceToHeapPprof()
906 trace_processor::StringPool interner; in TraceToPerfPprof() local
908 PreprocessLocations(tp, &interner, annotate_frames); in TraceToPerfPprof()
920 GProfileBuilder builder(locations, &interner); in TraceToPerfPprof()