Searched refs:ProfileNode (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/src/
H A Dprofile-generator-inl.h42 ProfileNode::ProfileNode(ProfileTree* tree, CodeEntry* entry) function in class:v8::internal::ProfileNode
H A Dprofile-generator.cc184 ProfileNode* ProfileNode::FindChild(CodeEntry* entry) {
188 reinterpret_cast<ProfileNode*>(map_entry->value) : NULL;
192 ProfileNode* ProfileNode::FindOrAddChild(CodeEntry* entry) {
197 ProfileNode* new_node = new ProfileNode(tree_, entry);
201 return reinterpret_cast<ProfileNode*>(map_entry->value);
205 void ProfileNode::Print(int indent) {
215 reinterpret_cast<ProfileNode*>(
[all...]
H A Dprofile-generator.h109 class ProfileNode { class in namespace:v8::internal
111 inline ProfileNode(ProfileTree* tree, CodeEntry* entry);
113 ProfileNode* FindChild(CodeEntry* entry);
114 ProfileNode* FindOrAddChild(CodeEntry* entry);
120 const List<ProfileNode*>* children() const { return &children_list_; }
138 // Mapping from CodeEntry* to ProfileNode*
140 List<ProfileNode*> children_list_;
143 DISALLOW_COPY_AND_ASSIGN(ProfileNode);
152 ProfileNode* AddPathFromEnd(const Vector<CodeEntry*>& path);
154 ProfileNode* roo
[all...]
H A Dapi.cc7017 const i::ProfileNode* node = reinterpret_cast<const i::ProfileNode*>(this);
7034 const i::ProfileNode* node = reinterpret_cast<const i::ProfileNode*>(this);
7042 const i::ProfileNode* node = reinterpret_cast<const i::ProfileNode*>(this);
7049 return reinterpret_cast<const i::ProfileNode*>(this)->entry()->line_number();
7054 return reinterpret_cast<const i::ProfileNode*>(this)->
7060 const i::ProfileNode* node = reinterpret_cast<const i::ProfileNode*>(thi
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-profile-generator.cc43 using i::ProfileNode;
52 ProfileNode* node = tree.root();
54 ProfileNode* childNode1 = node->FindOrAddChild(&entry1);
58 ProfileNode* childNode2 = node->FindOrAddChild(&entry2);
64 ProfileNode* childNode3 = node->FindOrAddChild(&entry3);
77 ProfileNode* node = tree.root();
79 ProfileNode* childNode1 = node->FindOrAddChild(&entry1);
98 ProfileNode* Walk(CodeEntry* entry1,
101 ProfileNode* node = tree_->root();
135 ProfileNode* node
[all...]
H A Dtest-cpu-profiler.cc45 using i::ProfileNode;
230 const i::List<ProfileNode*>* top_down_root_children =
234 const i::List<ProfileNode*>* top_down_bbb_children =
238 const i::List<ProfileNode*>* top_down_stub_children =
242 const i::List<ProfileNode*>* top_down_ddd_children =
295 const ProfileNode* node = profile->top_down()->root();
1628 reinterpret_cast<ProfileNode*>(

Completed in 4624 milliseconds