HomeSort by relevance Sort by last modified time
    Searched refs:ProfileTree (Results 1 - 5 of 5) sorted by null

  /external/v8/src/profiler/
profile-generator.h 181 class ProfileTree;
185 inline ProfileNode(ProfileTree* tree, CodeEntry* entry);
219 ProfileTree* tree_;
234 class ProfileTree {
236 explicit ProfileTree(Isolate* isolate);
237 ~ProfileTree();
265 DISALLOW_COPY_AND_ASSIGN(ProfileTree);
279 const ProfileTree* top_down() const { return &top_down_; }
302 ProfileTree top_down_;
profile-generator-inl.h 32 ProfileNode::ProfileNode(ProfileTree* tree, CodeEntry* entry)
profile-generator.cc 307 ProfileTree::ProfileTree(Isolate* isolate)
315 ProfileTree::~ProfileTree() {
321 unsigned ProfileTree::GetFunctionId(const ProfileNode* node) {
331 ProfileNode* ProfileTree::AddPathFromEnd(const std::vector<CodeEntry*>& path,
381 void ProfileTree::TraverseDepthFirst(Callback* callback) {
  /external/v8/test/cctest/
test-profile-generator.cc 44 using i::ProfileTree;
52 ProfileTree tree(CcTest::i_isolate());
78 ProfileTree tree(CcTest::i_isolate());
97 explicit ProfileTreeTestHelper(const ProfileTree* tree)
117 const ProfileTree* tree_;
128 ProfileTree tree(CcTest::i_isolate());
185 ProfileTree empty_tree(CcTest::i_isolate());
194 ProfileTree single_child_tree(CcTest::i_isolate());
209 ProfileTree flat_tree(CcTest::i_isolate());
234 ProfileTree wide_tree(CcTest::i_isolate())
    [all...]
test-cpu-profiler.cc     [all...]

Completed in 74 milliseconds