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

  /external/chromium_org/v8/src/
profile-generator.cc 191 ProfileNode* ProfileNode::FindChild(CodeEntry* entry) {
195 reinterpret_cast<ProfileNode*>(map_entry->value) : NULL;
199 ProfileNode* ProfileNode::FindOrAddChild(CodeEntry* entry) {
204 ProfileNode* new_node = new ProfileNode(tree_, entry);
208 return reinterpret_cast<ProfileNode*>(map_entry->value);
212 double ProfileNode::GetSelfMillis() const {
217 double ProfileNode::GetTotalMillis() const
    [all...]
profile-generator.h 126 class ProfileNode {
128 INLINE(ProfileNode(ProfileTree* tree, CodeEntry* entry));
130 ProfileNode* FindChild(CodeEntry* entry);
131 ProfileNode* FindOrAddChild(CodeEntry* entry);
139 INLINE(const List<ProfileNode*>* children() const) { return &children_list_; }
160 // Mapping from CodeEntry* to ProfileNode*
162 List<ProfileNode*> children_list_;
165 DISALLOW_COPY_AND_ASSIGN(ProfileNode);
174 ProfileNode* AddPathFromEnd(const Vector<CodeEntry*>& path);
181 ProfileNode* root() const { return root_;
    [all...]
profile-generator-inl.h 73 ProfileNode::ProfileNode(ProfileTree* tree, CodeEntry* entry)
api.cc     [all...]
  /external/v8/src/
profile-generator-inl.h 72 ProfileNode::ProfileNode(ProfileTree* tree, CodeEntry* entry)
profile-generator.cc 216 ProfileNode* ProfileNode::FindChild(CodeEntry* entry) {
220 reinterpret_cast<ProfileNode*>(map_entry->value) : NULL;
224 ProfileNode* ProfileNode::FindOrAddChild(CodeEntry* entry) {
229 ProfileNode* new_node = new ProfileNode(tree_, entry);
233 return reinterpret_cast<ProfileNode*>(map_entry->value);
237 double ProfileNode::GetSelfMillis() const {
242 double ProfileNode::GetTotalMillis() const
    [all...]
profile-generator.h 137 class ProfileNode {
139 INLINE(ProfileNode(ProfileTree* tree, CodeEntry* entry));
141 ProfileNode* FindChild(CodeEntry* entry);
142 ProfileNode* FindOrAddChild(CodeEntry* entry);
150 INLINE(const List<ProfileNode*>* children() const) { return &children_list_; }
170 // Mapping from CodeEntry* to ProfileNode*
172 List<ProfileNode*> children_list_;
174 DISALLOW_COPY_AND_ASSIGN(ProfileNode);
191 ProfileNode* root() const { return root_; }
204 ProfileNode* root_
    [all...]
api.cc     [all...]
  /external/v8/test/cctest/
test-profile-generator.cc 15 using i::ProfileNode;
63 ProfileNode node(NULL, NULL);
66 ProfileNode* childNode1 = node.FindOrAddChild(&entry1);
71 ProfileNode* childNode2 = node.FindOrAddChild(&entry2);
78 ProfileNode* childNode3 = node.FindOrAddChild(&entry3);
91 ProfileNode node(NULL, NULL);
94 ProfileNode* childNode1 = node.FindOrAddChild(&entry1);
115 ProfileNode* Walk(CodeEntry* entry1,
118 ProfileNode* node = tree_->root();
155 ProfileNode* node1 = helper.Walk(&entry1)
    [all...]
test-cpu-profiler.cc 15 using i::ProfileNode;
171 const i::List<ProfileNode*>* top_down_root_children =
175 const i::List<ProfileNode*>* top_down_bbb_children =
179 const i::List<ProfileNode*>* top_down_stub_children =
183 const i::List<ProfileNode*>* top_down_ddd_children =
187 const i::List<ProfileNode*>* bottom_up_root_children_unsorted =
190 i::List<ProfileNode*> bottom_up_root_children(3);
196 const i::List<ProfileNode*>* bottom_up_stub_children =
200 const i::List<ProfileNode*>* bottom_up_bbb_children =
203 const i::List<ProfileNode*>* bottom_up_ddd_children
    [all...]
  /external/chromium_org/v8/test/cctest/
test-profile-generator.cc 41 using i::ProfileNode;
50 ProfileNode node(&tree, NULL);
52 ProfileNode* childNode1 = node.FindOrAddChild(&entry1);
56 ProfileNode* childNode2 = node.FindOrAddChild(&entry2);
62 ProfileNode* childNode3 = node.FindOrAddChild(&entry3);
75 ProfileNode node(&tree, NULL);
77 ProfileNode* childNode1 = node.FindOrAddChild(&entry1);
96 ProfileNode* Walk(CodeEntry* entry1,
99 ProfileNode* node = tree_->root();
133 ProfileNode* node1 = helper.Walk(&entry1)
    [all...]
test-cpu-profiler.cc 42 using i::ProfileNode;
229 const i::List<ProfileNode*>* top_down_root_children =
233 const i::List<ProfileNode*>* top_down_bbb_children =
237 const i::List<ProfileNode*>* top_down_stub_children =
241 const i::List<ProfileNode*>* top_down_ddd_children =
293 const ProfileNode* node = profile->top_down()->root();
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 

Completed in 4742 milliseconds