Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dv8_tracker.h195 js_function_index_; variable
Dv8_tracker.cc358 if (auto* id = js_function_index_.Find(row); id) { in InternJsFunction()
364 js_function_index_.Insert(row, function_id); in InternJsFunction()