Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-cpu-profiler.cc533 const v8::CpuProfileNode* node = profile->GetTopDownRoot(); in GetSimpleBranch()
605 const v8::CpuProfileNode* root = profile->GetTopDownRoot(); in TEST()
673 const v8::CpuProfileNode* root = profile->GetTopDownRoot(); in TEST()
756 const v8::CpuProfileNode* root = profile->GetTopDownRoot(); in TEST()
870 const v8::CpuProfileNode* root = profile->GetTopDownRoot(); in TEST()
923 const v8::CpuProfileNode* root = profile->GetTopDownRoot(); in TEST()
974 const v8::CpuProfileNode* root = profile->GetTopDownRoot(); in TEST()
1028 const v8::CpuProfileNode* root = profile->GetTopDownRoot(); in TEST()
1057 const v8::CpuProfileNode* root = profile->GetTopDownRoot(); in TEST()
1211 const v8::CpuProfileNode* root = profile->GetTopDownRoot(); in TEST()
[all …]
Dtest-profile-generator.cc598 const v8::CpuProfileNode* current = profile->GetTopDownRoot(); in TEST()
709 const v8::CpuProfileNode* current = profile->GetTopDownRoot(); in TEST()
/external/v8/include/
Dv8-profiler.h135 const CpuProfileNode* GetTopDownRoot() const;
/external/v8/src/
Dapi.cc8011 const CpuProfileNode* CpuProfile::GetTopDownRoot() const { in GetTopDownRoot() function in v8::CpuProfile