Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dsampling-heap-profiler.cc141 SamplingHeapProfiler::AllocationNode::FindOrAddChildNode(const char* name, in FindOrAddChildNode() function in v8::internal::SamplingHeapProfiler::AllocationNode
192 return node->FindOrAddChildNode(name, v8::UnboundScript::kNoScriptId, 0); in AddStack()
205 node = node->FindOrAddChildNode(name, script_id, shared->start_position()); in AddStack()
Dsampling-heap-profiler.h105 AllocationNode* FindOrAddChildNode(const char* name, int script_id,