Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dprofile-generator.cc258 function_ids_(ProfileNode::CodeEntriesMatch) {} in ProfileTree()
270 function_ids_.LookupOrInsert(code_entry, code_entry->GetHash()); in GetFunctionId()
Dprofile-generator.h216 HashMap function_ids_; variable