Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dprofile-generator.cc300 function_ids_(ProfileNode::CodeEntriesMatch) {} in ProfileTree()
311 function_ids_.LookupOrInsert(code_entry, code_entry->GetHash()); in GetFunctionId()
Dprofile-generator.h263 base::CustomMatcherHashMap function_ids_; variable