Searched defs:FindOrAddChildNode (Results 1 - 1 of 1) sorted by relevance

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

Completed in 72 milliseconds