Searched refs:ProfileNode (Results 1 - 5 of 5) 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
33 ProfileNode* parent)
44 inline unsigned ProfileNode::function_id() const {
48 inline Isolate* ProfileNode::isolate() const { return tree_->isolate(); }
H A Dprofile-generator.h173 class ProfileNode { class in namespace:v8::internal
175 inline ProfileNode(ProfileTree* tree, CodeEntry* entry, ProfileNode* parent);
177 ProfileNode* FindChild(CodeEntry* entry);
178 ProfileNode* FindOrAddChild(CodeEntry* entry);
185 const List<ProfileNode*>* children() const { return &children_list_; }
188 ProfileNode* parent() const { return parent_; }
213 // Mapping from CodeEntry* to ProfileNode*
215 List<ProfileNode*> children_list_;
216 ProfileNode* parent
[all...]
H A Dprofile-generator.cc189 void ProfileNode::CollectDeoptInfo(CodeEntry* entry) {
195 ProfileNode* ProfileNode::FindChild(CodeEntry* entry) {
199 reinterpret_cast<ProfileNode*>(map_entry->value) : NULL;
203 ProfileNode* ProfileNode::FindOrAddChild(CodeEntry* entry) {
206 ProfileNode* node = reinterpret_cast<ProfileNode*>(map_entry->value);
208 node = new ProfileNode(tree_, entry, this);
216 void ProfileNode
[all...]
/external/v8/src/inspector/
H A Dv8-profiler-agent-impl.cc49 std::unique_ptr<protocol::Profiler::ProfileNode> buildInspectorObjectFor(
60 auto result = protocol::Profiler::ProfileNode::create()
107 protocol::Array<protocol::Profiler::ProfileNode>* list) {
116 auto nodes = protocol::Array<protocol::Profiler::ProfileNode>::create();
/external/v8/src/
H A Dapi.cc9541 const i::ProfileNode* node = reinterpret_cast<const i::ProfileNode*>(this);
9608 const i::ProfileNode* node = reinterpret_cast<const i::ProfileNode*>(this);
9613 const i::ProfileNode* node = reinterpret_cast<const i::ProfileNode*>(this);
9619 const i::ProfileNode* node = reinterpret_cast<const i::ProfileNode*>(this);
9626 const i::ProfileNode* node = reinterpret_cast<const i::ProfileNode*>(thi
[all...]

Completed in 202 milliseconds