Home
last modified time | relevance | path

Searched refs:ProfileNode (Results 26 – 50 of 191) sorted by relevance

12345678

/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/profiler/
H A DProfile.h42 ProfileNode* head() const { return m_head.get(); } in head()
43 void setHead(PassRefPtr<ProfileNode> head) { m_head = head; } in setHead()
47 void forEach(void (ProfileNode::*)());
49 void focus(const ProfileNode*);
50 void exclude(const ProfileNode*);
66 RefPtr<ProfileNode> m_head;
H A DProfileGenerator.cpp66 …m_currentNode = ProfileNode::create(Profiler::createCallIdentifier(exec, function ? function.toThi… in addParentForConsoleStart()
103 …RefPtr<ProfileNode> returningNode = ProfileNode::create(callIdentifier, m_head.get(), m_currentNod… in didExecute()
115 m_profile->forEach(&ProfileNode::stopProfiling); in stopProfiling()
127 …RefPtr<ProfileNode> idleNode = ProfileNode::create(CallIdentifier(NonJSExecution, 0, 0), m_head.ge… in stopProfiling()
141 ProfileNode* currentNode = 0; in removeProfileStart()
142 for (ProfileNode* next = m_head.get(); next; next = next->firstChild()) in removeProfileStart()
156 ProfileNode* currentNode = 0; in removeProfileEnd()
157 for (ProfileNode* next = m_head.get(); next; next = next->lastChild()) in removeProfileEnd()
H A DProfileGenerator.h38 class ProfileNode; variable
71 RefPtr<ProfileNode> m_head;
72 RefPtr<ProfileNode> m_currentNode;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/profiler/
H A DProfileGenerator.cpp66 …m_currentNode = ProfileNode::create(exec, Profiler::createCallIdentifier(exec, function ? function… in addParentForConsoleStart()
103 …RefPtr<ProfileNode> returningNode = ProfileNode::create(callerCallFrame, callIdentifier, m_head.ge… in didExecute()
126 m_profile->forEach(&ProfileNode::stopProfiling); in stopProfiling()
138 …RefPtr<ProfileNode> idleNode = ProfileNode::create(0, CallIdentifier(NonJSExecution, UString(), 0)… in stopProfiling()
152 ProfileNode* currentNode = 0; in removeProfileStart()
153 for (ProfileNode* next = m_head.get(); next; next = next->firstChild()) in removeProfileStart()
167 ProfileNode* currentNode = 0; in removeProfileEnd()
168 for (ProfileNode* next = m_head.get(); next; next = next->lastChild()) in removeProfileEnd()
H A DProfileGenerator.h39 class ProfileNode; variable
74 RefPtr<ProfileNode> m_head;
75 RefPtr<ProfileNode> m_currentNode;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/profiler/
H A DProfileGenerator.cpp66 …m_currentNode = ProfileNode::create(Profiler::createCallIdentifier(exec, function ? function.toThi… in addParentForConsoleStart()
103 …RefPtr<ProfileNode> returningNode = ProfileNode::create(callIdentifier, m_head.get(), m_currentNod… in didExecute()
115 m_profile->forEach(&ProfileNode::stopProfiling); in stopProfiling()
127 …RefPtr<ProfileNode> idleNode = ProfileNode::create(CallIdentifier(NonJSExecution, 0, 0), m_head.ge… in stopProfiling()
141 ProfileNode* currentNode = 0; in removeProfileStart()
142 for (ProfileNode* next = m_head.get(); next; next = next->firstChild()) in removeProfileStart()
156 ProfileNode* currentNode = 0; in removeProfileEnd()
157 for (ProfileNode* next = m_head.get(); next; next = next->lastChild()) in removeProfileEnd()
H A DProfileGenerator.h38 class ProfileNode; variable
71 RefPtr<ProfileNode> m_head;
72 RefPtr<ProfileNode> m_currentNode;
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/profiler/
H A DProfileGenerator.cpp66 …m_currentNode = ProfileNode::create(Profiler::createCallIdentifier(exec, function ? function.toThi… in addParentForConsoleStart()
103 …RefPtr<ProfileNode> returningNode = ProfileNode::create(callIdentifier, m_head.get(), m_currentNod… in didExecute()
115 m_profile->forEach(&ProfileNode::stopProfiling); in stopProfiling()
127 …RefPtr<ProfileNode> idleNode = ProfileNode::create(CallIdentifier(NonJSExecution, 0, 0), m_head.ge… in stopProfiling()
141 ProfileNode* currentNode = 0; in removeProfileStart()
142 for (ProfileNode* next = m_head.get(); next; next = next->firstChild()) in removeProfileStart()
156 ProfileNode* currentNode = 0; in removeProfileEnd()
157 for (ProfileNode* next = m_head.get(); next; next = next->lastChild()) in removeProfileEnd()
H A DProfileGenerator.h38 class ProfileNode; variable
71 RefPtr<ProfileNode> m_head;
72 RefPtr<ProfileNode> m_currentNode;
/dports/lang/v8/v8-9.6.180.12/src/profiler/
H A Dprofile-generator.h285 class V8_EXPORT_PRIVATE ProfileNode {
287 inline ProfileNode(ProfileTree* tree, CodeEntry* entry, ProfileNode* parent,
289 ~ProfileNode();
290 ProfileNode(const ProfileNode&) = delete;
291 ProfileNode& operator=(const ProfileNode&) = delete;
293 ProfileNode* FindChild(
345 ProfileNode* parent_;
364 ProfileNode* AddPathFromEnd(
368 ProfileNode* AddPathFromEnd(
397 ProfileNode* root_;
[all …]
H A Dprofile-generator.cc328 ProfileNode::~ProfileNode() { in ~ProfileNode()
378 ProfileNode* ProfileNode::FindChild(CodeEntry* entry, int line_number) { in FindChild()
383 ProfileNode* ProfileNode::FindOrAddChild(CodeEntry* entry, int line_number) { in FindOrAddChild()
386 ProfileNode* node = new ProfileNode(tree_, entry, this, line_number); in FindOrAddChild()
460 void BeforeTraversingChild(ProfileNode*, ProfileNode*) { } in BeforeTraversingChild() argument
464 void AfterChildTraversed(ProfileNode*, ProfileNode*) { } in AfterChildTraversed() argument
480 ProfileNode* node = root_; in AddPathFromEnd()
502 ProfileNode* node = root_; in AddPathFromEnd()
527 explicit Position(ProfileNode* node) in Position()
537 ProfileNode* node;
[all …]
H A Dprofile-generator-inl.h32 ProfileNode::ProfileNode(ProfileTree* tree, CodeEntry* entry, in ProfileNode() function
33 ProfileNode* parent, int line_number) in ProfileNode()
44 inline Isolate* ProfileNode::isolate() const { return tree_->isolate(); } in isolate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/profiler/
H A Dprofile-generator.h235 class V8_EXPORT_PRIVATE ProfileNode {
237 inline ProfileNode(ProfileTree* tree, CodeEntry* entry, ProfileNode* parent,
240 ProfileNode* FindChild(
291 std::vector<ProfileNode*> children_list_;
292 ProfileNode* parent_;
299 DISALLOW_COPY_AND_ASSIGN(ProfileNode);
309 ProfileNode* AddPathFromEnd(
313 ProfileNode* AddPathFromEnd(
318 ProfileNode* root() const { return root_; } in root()
338 ProfileNode* root_;
[all …]
H A Dprofile-generator.cc277 ProfileNode* ProfileNode::FindChild(CodeEntry* entry, int line_number) { in FindChild()
282 ProfileNode* ProfileNode::FindOrAddChild(CodeEntry* entry, int line_number) { in FindOrAddChild()
285 ProfileNode* node = new ProfileNode(tree_, entry, this, line_number); in FindOrAddChild()
359 void BeforeTraversingChild(ProfileNode*, ProfileNode*) { } in BeforeTraversingChild() argument
365 void AfterChildTraversed(ProfileNode*, ProfileNode*) { } in AfterChildTraversed() argument
380 ProfileNode* node = root_; in AddPathFromEnd()
402 ProfileNode* node = root_; in AddPathFromEnd()
427 explicit Position(ProfileNode* node) in Position()
429 V8_INLINE ProfileNode* current_child() { in current_child()
437 ProfileNode* node;
[all …]
H A Dprofile-generator-inl.h31 ProfileNode::ProfileNode(ProfileTree* tree, CodeEntry* entry, in ProfileNode() function
32 ProfileNode* parent, int line_number) in ProfileNode()
42 inline CpuProfileNode::SourceType ProfileNode::source_type() const { in source_type()
84 inline Isolate* ProfileNode::isolate() const { return tree_->isolate(); } in isolate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/profiler/
H A Dprofile-generator.h265 class V8_EXPORT_PRIVATE ProfileNode {
267 inline ProfileNode(ProfileTree* tree, CodeEntry* entry, ProfileNode* parent,
270 ProfileNode* FindChild(
321 std::vector<ProfileNode*> children_list_;
322 ProfileNode* parent_;
329 DISALLOW_COPY_AND_ASSIGN(ProfileNode);
339 ProfileNode* AddPathFromEnd(
343 ProfileNode* AddPathFromEnd(
349 ProfileNode* root() const { return root_; } in root()
371 ProfileNode* root_;
[all …]
H A Dprofile-generator-inl.h38 ProfileNode::ProfileNode(ProfileTree* tree, CodeEntry* entry, in ProfileNode() function
39 ProfileNode* parent, int line_number) in ProfileNode()
49 inline CpuProfileNode::SourceType ProfileNode::source_type() const { in source_type()
91 inline Isolate* ProfileNode::isolate() const { return tree_->isolate(); } in isolate()
H A Dprofile-generator.cc275 ProfileNode* ProfileNode::FindChild(CodeEntry* entry, int line_number) { in FindChild()
280 ProfileNode* ProfileNode::FindOrAddChild(CodeEntry* entry, int line_number) { in FindOrAddChild()
283 ProfileNode* node = new ProfileNode(tree_, entry, this, line_number); in FindOrAddChild()
325 void ProfileNode::Print(int indent) const { in Print()
358 void BeforeTraversingChild(ProfileNode*, ProfileNode*) { } in BeforeTraversingChild() argument
364 void AfterChildTraversed(ProfileNode*, ProfileNode*) { } in AfterChildTraversed() argument
379 ProfileNode* node = root_; in AddPathFromEnd()
402 ProfileNode* node = root_; in AddPathFromEnd()
428 explicit Position(ProfileNode* node) in Position()
430 V8_INLINE ProfileNode* current_child() { in current_child()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/profiler/
H A Dprofile-generator.cc181 ProfileNode* ProfileNode::FindChild(CodeEntry* entry, int line_number) { in FindChild()
186 ProfileNode* ProfileNode::FindOrAddChild(CodeEntry* entry, int line_number) { in FindOrAddChild()
189 ProfileNode* node = new ProfileNode(tree_, entry, this, line_number); in FindOrAddChild()
232 void ProfileNode::Print(int indent) { in Print()
266 void BeforeTraversingChild(ProfileNode*, ProfileNode*) { } in BeforeTraversingChild() argument
272 void AfterChildTraversed(ProfileNode*, ProfileNode*) { } in AfterChildTraversed() argument
299 ProfileNode* node = root_; in AddPathFromEnd()
321 ProfileNode* node = root_; in AddPathFromEnd()
347 explicit Position(ProfileNode* node) in Position()
357 ProfileNode* node;
[all …]
H A Dprofile-generator-inl.h35 ProfileNode::ProfileNode(ProfileTree* tree, CodeEntry* entry, in ProfileNode() function
36 ProfileNode* parent, int line_number) in ProfileNode()
46 inline unsigned ProfileNode::function_id() const { in function_id()
50 inline Isolate* ProfileNode::isolate() const { return tree_->isolate(); } in isolate()
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-profile-generator.cc50 ProfileNode* node = tree.root(); in TEST()
74 ProfileNode* root = tree.root(); in TEST()
95 ProfileNode* node = tree.root(); in TEST()
118 ProfileNode* node = tree_->root(); in Walk()
155 ProfileNode* node1 = helper.Walk(&entry1); in TEST()
210 ProfileNode* a_node = in TEST()
667 static const ProfileNode* PickChild(const ProfileNode* parent, in PickChild()
709 CHECK(const_cast<ProfileNode*>(current)); in TEST()
711 CHECK(const_cast<ProfileNode*>(current)); in TEST()
778 reinterpret_cast<ProfileNode*>( in TEST()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/meta/
H A DHotSpotProfilingPlugin.java29 import org.graalvm.compiler.hotspot.nodes.profiling.ProfileNode;
72ProfileNode p = builder.append(new ProfileInvokeNode(method, invokeNotifyFreqLog(options), invokeP… in profileInvoke()
82ProfileNode p = builder.append(new ProfileBranchNode(method, backedgeNotifyFreqLog(options), backe… in profileGoto()
104ProfileNode p = builder.append(new ProfileBranchNode(method, backedgeNotifyFreqLog(options), backe… in profileIf()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/meta/
H A DHotSpotProfilingPlugin.java29 import org.graalvm.compiler.hotspot.nodes.profiling.ProfileNode;
72ProfileNode p = builder.append(new ProfileInvokeNode(method, invokeNotifyFreqLog(options), invokeP… in profileInvoke()
82ProfileNode p = builder.append(new ProfileBranchNode(method, backedgeNotifyFreqLog(options), backe… in profileGoto()
104ProfileNode p = builder.append(new ProfileBranchNode(method, backedgeNotifyFreqLog(options), backe… in profileIf()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/meta/
H A DHotSpotProfilingPlugin.java29 import org.graalvm.compiler.hotspot.nodes.profiling.ProfileNode;
72ProfileNode p = builder.append(new ProfileInvokeNode(method, invokeNotifyFreqLog(options), invokeP… in profileInvoke()
82ProfileNode p = builder.append(new ProfileBranchNode(method, backedgeNotifyFreqLog(options), backe… in profileGoto()
104ProfileNode p = builder.append(new ProfileBranchNode(method, backedgeNotifyFreqLog(options), backe… in profileIf()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/meta/
H A DHotSpotProfilingPlugin.java29 import org.graalvm.compiler.hotspot.nodes.profiling.ProfileNode;
72ProfileNode p = builder.append(new ProfileInvokeNode(method, invokeNotifyFreqLog(options), invokeP… in profileInvoke()
82ProfileNode p = builder.append(new ProfileBranchNode(method, backedgeNotifyFreqLog(options), backe… in profileGoto()
104ProfileNode p = builder.append(new ProfileBranchNode(method, backedgeNotifyFreqLog(options), backe… in profileIf()

12345678