Searched defs:ProfileNode (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/profiler/
H A Dprofile-generator-inl.h32 ProfileNode::ProfileNode(ProfileTree* tree, CodeEntry* entry) function in class:v8::internal::ProfileNode
41 inline unsigned ProfileNode::function_id() const {
46 inline Isolate* ProfileNode::isolate() const { return tree_->isolate(); }
H A Dprofile-generator.h183 class ProfileNode { class in namespace:v8::internal
185 inline ProfileNode(ProfileTree* tree, CodeEntry* entry);
187 ProfileNode* FindChild(CodeEntry* entry);
188 ProfileNode* FindOrAddChild(CodeEntry* entry);
195 const List<ProfileNode*>* children() const { return &children_list_; }
222 // Mapping from CodeEntry* to ProfileNode*
224 List<ProfileNode*> children_list_;
230 DISALLOW_COPY_AND_ASSIGN(ProfileNode);
239 ProfileNode* AddPathFromEnd(
243 ProfileNode* roo
[all...]

Completed in 75 milliseconds