Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-profile-generator.cc442 ProfileTreeTestHelper top_down_test_helper(profile->top_down()); in TEST()
505 CheckNodeIds(profile->top_down()->root(), &nodeId); in TEST()
534 CheckNodeIds(profile->top_down()->root(), &nodeId); in TEST()
570 const ProfileTree* topDown = profile->top_down(); in TEST()
Dtest-cpu-profiler.cc231 profile->top_down()->root()->children(); in TEST()
295 const ProfileNode* node = profile->top_down()->root(); in TEST()
/external/v8/src/
Dprofile-generator.h182 const ProfileTree* top_down() const { return &top_down_; } in top_down() function
Dapi.cc7110 return reinterpret_cast<const CpuProfileNode*>(profile->top_down()->root()); in GetTopDownRoot()