Home
last modified time | relevance | path

Searched refs:FindOrAddChild (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/profiler/
Dallocation-tracker.cc39 AllocationTraceNode* AllocationTraceNode::FindOrAddChild( in FindOrAddChild() function in v8::internal::AllocationTraceNode
89 node = node->FindOrAddChild(*entry); in AddPathFromEnd()
Dallocation-tracker.h32 AllocationTraceNode* FindOrAddChild(unsigned function_info_index);
Dprofile-generator.cc203 ProfileNode* ProfileNode::FindOrAddChild(CodeEntry* entry) { in FindOrAddChild() function in v8::internal::ProfileNode
325 node = node->FindOrAddChild(*it); in AddPathFromEnd()
Dprofile-generator.h178 ProfileNode* FindOrAddChild(CodeEntry* entry);