Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dsampling-heap-profiler.cc63 profile_root_(nullptr, "(root)", v8::UnboundScript::kNoScriptId, 0), in SamplingHeapProfiler()
158 AllocationNode* node = &profile_root_; in AddStack()
298 TranslateAllocationNode(profile, &profile_root_, scripts); in GetAllocationProfile()
Dsampling-heap-profiler.h148 AllocationNode profile_root_; variable