Home
last modified time | relevance | path

Searched refs:ProfileNode (Results 1 – 25 of 191) sorted by relevance

12345678

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/profiler/
H A DProfileNode.h41 class ProfileNode; variable
46 class ProfileNode : public RefCounted<ProfileNode> {
48 …atic PassRefPtr<ProfileNode> create(ExecState* callerCallFrame, const CallIdentifier& callIdentifi… in create()
52 …static PassRefPtr<ProfileNode> create(ExecState* callerCallFrame, ProfileNode* headNode, ProfileNo… in create()
60 ProfileNode* didExecute();
103 ProfileNode* findChild(ProfileNode*) const;
133ProfileNode(ExecState* callerCallFrame, const CallIdentifier&, ProfileNode* headNode, ProfileNode*…
134 ProfileNode(ExecState* callerCallFrame, ProfileNode* headNode, ProfileNode* nodeToCopy);
154 ProfileNode* m_head;
155 ProfileNode* m_parent;
[all …]
H A DProfileNode.cpp59 ProfileNode::ProfileNode(ExecState* callerCallFrame, const CallIdentifier& callIdentifier, ProfileN… in ProfileNode() function in JSC::ProfileNode
76 ProfileNode::ProfileNode(ExecState* callerCallFrame, ProfileNode* headNode, ProfileNode* nodeToCopy) in ProfileNode() function in JSC::ProfileNode
108 ProfileNode* ProfileNode::didExecute() in didExecute()
114 void ProfileNode::addChild(PassRefPtr<ProfileNode> prpChild) in addChild()
123 ProfileNode* ProfileNode::findChild(ProfileNode* node) const in findChild()
136 void ProfileNode::removeChild(ProfileNode* node) in removeChild()
151 void ProfileNode::insertNode(PassRefPtr<ProfileNode> prpNode) in insertNode()
180 ProfileNode* ProfileNode::traverseNextNodePostOrder() const in traverseNextNodePostOrder()
190 ProfileNode* ProfileNode::traverseNextNodePreOrder(bool processChildren) const in traverseNextNodePreOrder()
202 ProfileNode* next; in traverseNextNodePreOrder()
[all …]
H A DProfile.cpp45 m_head = ProfileNode::create(0, CallIdentifier("Thread_1", UString(), 0), 0, 0); in Profile()
52 void Profile::forEach(void (ProfileNode::*function)()) in forEach()
54 ProfileNode* currentNode = m_head->firstChild(); in forEach()
55 for (ProfileNode* nextNode = currentNode; nextNode; nextNode = nextNode->firstChild()) in forEach()
61 ProfileNode* endNode = m_head->traverseNextNodePostOrder(); in forEach()
68 void Profile::focus(const ProfileNode* profileNode) in focus()
75 …for (ProfileNode* currentNode = m_head.get(); currentNode; currentNode = currentNode->traverseNext… in focus()
79 forEach(&ProfileNode::calculateVisibleTotalTime); in focus()
82 void Profile::exclude(const ProfileNode* profileNode) in exclude()
89 …for (ProfileNode* currentNode = m_head.get(); currentNode; currentNode = currentNode->traverseNext… in exclude()
[all …]
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;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/profiler/
H A DProfileNode.h39 class ProfileNode; variable
44 class ProfileNode : public RefCounted<ProfileNode> {
46 …static PassRefPtr<ProfileNode> create(const CallIdentifier& callIdentifier, ProfileNode* headNode,… in create()
50 static PassRefPtr<ProfileNode> create(ProfileNode* headNode, ProfileNode* node) in create()
58 ProfileNode* didExecute();
100 ProfileNode* findChild(ProfileNode*) const;
130 ProfileNode(const CallIdentifier&, ProfileNode* headNode, ProfileNode* parentNode);
131 ProfileNode(ProfileNode* headNode, ProfileNode* nodeToCopy);
150 ProfileNode* m_head;
151 ProfileNode* m_parent;
[all …]
H A DProfileNode.cpp58 ProfileNode::ProfileNode(const CallIdentifier& callIdentifier, ProfileNode* headNode, ProfileNode* … in ProfileNode() function in JSC::ProfileNode
74 ProfileNode::ProfileNode(ProfileNode* headNode, ProfileNode* nodeToCopy) in ProfileNode() function in JSC::ProfileNode
89 ProfileNode* ProfileNode::willExecute(const CallIdentifier& callIdentifier) in willExecute()
105 ProfileNode* ProfileNode::didExecute() in didExecute()
111 void ProfileNode::addChild(PassRefPtr<ProfileNode> prpChild) in addChild()
120 ProfileNode* ProfileNode::findChild(ProfileNode* node) const in findChild()
133 void ProfileNode::removeChild(ProfileNode* node) in removeChild()
148 void ProfileNode::insertNode(PassRefPtr<ProfileNode> prpNode) in insertNode()
177 ProfileNode* ProfileNode::traverseNextNodePostOrder() const in traverseNextNodePostOrder()
199 ProfileNode* next; in traverseNextNodePreOrder()
[all …]
H A DProfile.cpp45 m_head = ProfileNode::create(CallIdentifier("Thread_1", 0, 0), 0, 0); in Profile()
52 void Profile::forEach(void (ProfileNode::*function)()) in forEach()
54 ProfileNode* currentNode = m_head->firstChild(); in forEach()
55 for (ProfileNode* nextNode = currentNode; nextNode; nextNode = nextNode->firstChild()) in forEach()
61 ProfileNode* endNode = m_head->traverseNextNodePostOrder(); in forEach()
68 void Profile::focus(const ProfileNode* profileNode) in focus()
75 …for (ProfileNode* currentNode = m_head.get(); currentNode; currentNode = currentNode->traverseNext… in focus()
79 forEach(&ProfileNode::calculateVisibleTotalTime); in focus()
82 void Profile::exclude(const ProfileNode* profileNode) in exclude()
89 …for (ProfileNode* currentNode = m_head.get(); currentNode; currentNode = currentNode->traverseNext… in exclude()
[all …]
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;
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/profiler/
H A DProfileNode.h39 class ProfileNode; variable
44 class ProfileNode : public RefCounted<ProfileNode> {
46 …static PassRefPtr<ProfileNode> create(const CallIdentifier& callIdentifier, ProfileNode* headNode,… in create()
50 static PassRefPtr<ProfileNode> create(ProfileNode* headNode, ProfileNode* node) in create()
58 ProfileNode* didExecute();
100 ProfileNode* findChild(ProfileNode*) const;
130 ProfileNode(const CallIdentifier&, ProfileNode* headNode, ProfileNode* parentNode);
131 ProfileNode(ProfileNode* headNode, ProfileNode* nodeToCopy);
150 ProfileNode* m_head;
151 ProfileNode* m_parent;
[all …]
H A DProfileNode.cpp58 ProfileNode::ProfileNode(const CallIdentifier& callIdentifier, ProfileNode* headNode, ProfileNode* … in ProfileNode() function in JSC::ProfileNode
74 ProfileNode::ProfileNode(ProfileNode* headNode, ProfileNode* nodeToCopy) in ProfileNode() function in JSC::ProfileNode
89 ProfileNode* ProfileNode::willExecute(const CallIdentifier& callIdentifier) in willExecute()
105 ProfileNode* ProfileNode::didExecute() in didExecute()
111 void ProfileNode::addChild(PassRefPtr<ProfileNode> prpChild) in addChild()
120 ProfileNode* ProfileNode::findChild(ProfileNode* node) const in findChild()
133 void ProfileNode::removeChild(ProfileNode* node) in removeChild()
148 void ProfileNode::insertNode(PassRefPtr<ProfileNode> prpNode) in insertNode()
177 ProfileNode* ProfileNode::traverseNextNodePostOrder() const in traverseNextNodePostOrder()
199 ProfileNode* next; in traverseNextNodePreOrder()
[all …]
H A DProfile.cpp45 m_head = ProfileNode::create(CallIdentifier("Thread_1", 0, 0), 0, 0); in Profile()
52 void Profile::forEach(void (ProfileNode::*function)()) in forEach()
54 ProfileNode* currentNode = m_head->firstChild(); in forEach()
55 for (ProfileNode* nextNode = currentNode; nextNode; nextNode = nextNode->firstChild()) in forEach()
61 ProfileNode* endNode = m_head->traverseNextNodePostOrder(); in forEach()
68 void Profile::focus(const ProfileNode* profileNode) in focus()
75 …for (ProfileNode* currentNode = m_head.get(); currentNode; currentNode = currentNode->traverseNext… in focus()
79 forEach(&ProfileNode::calculateVisibleTotalTime); in focus()
82 void Profile::exclude(const ProfileNode* profileNode) in exclude()
89 …for (ProfileNode* currentNode = m_head.get(); currentNode; currentNode = currentNode->traverseNext… in exclude()
[all …]
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;
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/profiler/
H A DProfileNode.h39 class ProfileNode; variable
44 class ProfileNode : public RefCounted<ProfileNode> {
46 …static PassRefPtr<ProfileNode> create(const CallIdentifier& callIdentifier, ProfileNode* headNode,… in create()
50 static PassRefPtr<ProfileNode> create(ProfileNode* headNode, ProfileNode* node) in create()
58 ProfileNode* didExecute();
100 ProfileNode* findChild(ProfileNode*) const;
130 ProfileNode(const CallIdentifier&, ProfileNode* headNode, ProfileNode* parentNode);
131 ProfileNode(ProfileNode* headNode, ProfileNode* nodeToCopy);
150 ProfileNode* m_head;
151 ProfileNode* m_parent;
[all …]
H A DProfileNode.cpp58 ProfileNode::ProfileNode(const CallIdentifier& callIdentifier, ProfileNode* headNode, ProfileNode* … in ProfileNode() function in JSC::ProfileNode
74 ProfileNode::ProfileNode(ProfileNode* headNode, ProfileNode* nodeToCopy) in ProfileNode() function in JSC::ProfileNode
89 ProfileNode* ProfileNode::willExecute(const CallIdentifier& callIdentifier) in willExecute()
105 ProfileNode* ProfileNode::didExecute() in didExecute()
111 void ProfileNode::addChild(PassRefPtr<ProfileNode> prpChild) in addChild()
120 ProfileNode* ProfileNode::findChild(ProfileNode* node) const in findChild()
133 void ProfileNode::removeChild(ProfileNode* node) in removeChild()
148 void ProfileNode::insertNode(PassRefPtr<ProfileNode> prpNode) in insertNode()
177 ProfileNode* ProfileNode::traverseNextNodePostOrder() const in traverseNextNodePostOrder()
199 ProfileNode* next; in traverseNextNodePreOrder()
[all …]
H A DProfile.cpp45 m_head = ProfileNode::create(CallIdentifier("Thread_1", 0, 0), 0, 0); in Profile()
52 void Profile::forEach(void (ProfileNode::*function)()) in forEach()
54 ProfileNode* currentNode = m_head->firstChild(); in forEach()
55 for (ProfileNode* nextNode = currentNode; nextNode; nextNode = nextNode->firstChild()) in forEach()
61 ProfileNode* endNode = m_head->traverseNextNodePostOrder(); in forEach()
68 void Profile::focus(const ProfileNode* profileNode) in focus()
75 …for (ProfileNode* currentNode = m_head.get(); currentNode; currentNode = currentNode->traverseNext… in focus()
79 forEach(&ProfileNode::calculateVisibleTotalTime); in focus()
82 void Profile::exclude(const ProfileNode* profileNode) in exclude()
89 …for (ProfileNode* currentNode = m_head.get(); currentNode; currentNode = currentNode->traverseNext… in exclude()
[all …]
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/include/reactphysics3d/utils/
H A DProfiler.h46 class ProfileNode {
68 ProfileNode* mParentNode;
71 ProfileNode* mChildNode;
74 ProfileNode* mSiblingNode;
81 ProfileNode(const char* name, ProfileNode* parentNode);
84 ~ProfileNode();
284 ProfileNode mRootNode;
287 ProfileNode* mCurrentNode;
454 inline ProfileNode* ProfileNode::getParentNode() { in getParentNode()
459 inline ProfileNode* ProfileNode::getSiblingNode() { in getSiblingNode()
[all …]
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/src/utils/
H A DProfiler.cpp38 ProfileNode::ProfileNode(const char* name, ProfileNode* parentNode) in ProfileNode() function in ProfileNode
46 ProfileNode::~ProfileNode() { in ~ProfileNode()
53 ProfileNode* ProfileNode::findSubNode(const char* name) { in findSubNode()
56 ProfileNode* child = mChildNode; in findSubNode()
66 ProfileNode* newNode = new ProfileNode(name, this); in findSubNode()
74 void ProfileNode::enterBlockOfCode() { in enterBlockOfCode()
89 bool ProfileNode::exitBlockOfCode() { in exitBlockOfCode()
106 void ProfileNode::reset() { in reset()
122 void ProfileNode::destroy() { in destroy()
130 ProfileNodeIterator::ProfileNodeIterator(ProfileNode* startingNode) in ProfileNodeIterator()
/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/nodes/profiling/
H A DProfileNode.java52 public abstract class ProfileNode extends DeoptimizingFixedWithNextNode implements Simplifiable, Lo… class
58 public static final NodeClass<ProfileNode> TYPE = NodeClass.create(ProfileNode.class);
71 …protected ProfileNode(NodeClass<? extends DeoptimizingFixedWithNextNode> c, ResolvedJavaMethod met… in ProfileNode() method in ProfileNode
78 public ProfileNode(ResolvedJavaMethod method, int probabilityLog) { in ProfileNode() method in ProfileNode
124 public static NodeIterable<ProfileNode> getProfileNodes(StructuredGraph graph) { in getProfileNodes()
125 return graph.getNodes().filter(ProfileNode.class); in getProfileNodes()
128 protected abstract boolean canBeMergedWith(ProfileNode p); in canBeMergedWith()
137 if (p instanceof ProfileNode) { in simplify()
138 ProfileNode that = (ProfileNode) p; in simplify()
/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/nodes/profiling/
H A DProfileNode.java52 public abstract class ProfileNode extends DeoptimizingFixedWithNextNode implements Simplifiable, Lo… class
58 public static final NodeClass<ProfileNode> TYPE = NodeClass.create(ProfileNode.class);
71 …protected ProfileNode(NodeClass<? extends DeoptimizingFixedWithNextNode> c, ResolvedJavaMethod met… in ProfileNode() method in ProfileNode
78 public ProfileNode(ResolvedJavaMethod method, int probabilityLog) { in ProfileNode() method in ProfileNode
124 public static NodeIterable<ProfileNode> getProfileNodes(StructuredGraph graph) { in getProfileNodes()
125 return graph.getNodes().filter(ProfileNode.class); in getProfileNodes()
128 protected abstract boolean canBeMergedWith(ProfileNode p); in canBeMergedWith()
137 if (p instanceof ProfileNode) { in simplify()
138 ProfileNode that = (ProfileNode) p; in simplify()
/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/nodes/profiling/
H A DProfileNode.java52 public abstract class ProfileNode extends DeoptimizingFixedWithNextNode implements Simplifiable, Lo… class
58 public static final NodeClass<ProfileNode> TYPE = NodeClass.create(ProfileNode.class);
71 …protected ProfileNode(NodeClass<? extends DeoptimizingFixedWithNextNode> c, ResolvedJavaMethod met… in ProfileNode() method in ProfileNode
78 public ProfileNode(ResolvedJavaMethod method, int probabilityLog) { in ProfileNode() method in ProfileNode
124 public static NodeIterable<ProfileNode> getProfileNodes(StructuredGraph graph) { in getProfileNodes()
125 return graph.getNodes().filter(ProfileNode.class); in getProfileNodes()
128 protected abstract boolean canBeMergedWith(ProfileNode p); in canBeMergedWith()
137 if (p instanceof ProfileNode) { in simplify()
138 ProfileNode that = (ProfileNode) p; in simplify()
/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/nodes/profiling/
H A DProfileNode.java53 public abstract class ProfileNode extends DeoptimizingFixedWithNextNode implements SingleMemoryKill… class
59 public static final NodeClass<ProfileNode> TYPE = NodeClass.create(ProfileNode.class);
72 …protected ProfileNode(NodeClass<? extends DeoptimizingFixedWithNextNode> c, ResolvedJavaMethod met… in ProfileNode() method in ProfileNode
79 public ProfileNode(ResolvedJavaMethod method, int probabilityLog) { in ProfileNode() method in ProfileNode
120 public static NodeIterable<ProfileNode> getProfileNodes(StructuredGraph graph) { in getProfileNodes()
121 return graph.getNodes().filter(ProfileNode.class); in getProfileNodes()
124 protected abstract boolean canBeMergedWith(ProfileNode p); in canBeMergedWith()
133 if (p instanceof ProfileNode) { in simplify()
134 ProfileNode that = (ProfileNode) p; in simplify()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/nodes/profiling/
H A DProfileNode.java53 public abstract class ProfileNode extends DeoptimizingFixedWithNextNode implements SingleMemoryKill… class
59 public static final NodeClass<ProfileNode> TYPE = NodeClass.create(ProfileNode.class);
72 …protected ProfileNode(NodeClass<? extends DeoptimizingFixedWithNextNode> c, ResolvedJavaMethod met… in ProfileNode() method in ProfileNode
79 public ProfileNode(ResolvedJavaMethod method, int probabilityLog) { in ProfileNode() method in ProfileNode
120 public static NodeIterable<ProfileNode> getProfileNodes(StructuredGraph graph) { in getProfileNodes()
121 return graph.getNodes().filter(ProfileNode.class); in getProfileNodes()
124 protected abstract boolean canBeMergedWith(ProfileNode p); in canBeMergedWith()
133 if (p instanceof ProfileNode) { in simplify()
134 ProfileNode that = (ProfileNode) p; in simplify()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/nodes/profiling/
H A DProfileNode.java52 public abstract class ProfileNode extends DeoptimizingFixedWithNextNode implements Simplifiable, Lo… class
58 public static final NodeClass<ProfileNode> TYPE = NodeClass.create(ProfileNode.class);
71 …protected ProfileNode(NodeClass<? extends DeoptimizingFixedWithNextNode> c, ResolvedJavaMethod met… in ProfileNode() method in ProfileNode
78 public ProfileNode(ResolvedJavaMethod method, int probabilityLog) { in ProfileNode() method in ProfileNode
124 public static NodeIterable<ProfileNode> getProfileNodes(StructuredGraph graph) { in getProfileNodes()
125 return graph.getNodes().filter(ProfileNode.class); in getProfileNodes()
128 protected abstract boolean canBeMergedWith(ProfileNode p); in canBeMergedWith()
137 if (p instanceof ProfileNode) { in simplify()
138 ProfileNode that = (ProfileNode) p; in simplify()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/nodes/profiling/
H A DProfileNode.java52 public abstract class ProfileNode extends DeoptimizingFixedWithNextNode implements Simplifiable, Lo… class
58 public static final NodeClass<ProfileNode> TYPE = NodeClass.create(ProfileNode.class);
71 …protected ProfileNode(NodeClass<? extends DeoptimizingFixedWithNextNode> c, ResolvedJavaMethod met… in ProfileNode() method in ProfileNode
78 public ProfileNode(ResolvedJavaMethod method, int probabilityLog) { in ProfileNode() method in ProfileNode
124 public static NodeIterable<ProfileNode> getProfileNodes(StructuredGraph graph) { in getProfileNodes()
125 return graph.getNodes().filter(ProfileNode.class); in getProfileNodes()
128 protected abstract boolean canBeMergedWith(ProfileNode p); in canBeMergedWith()
137 if (p instanceof ProfileNode) { in simplify()
138 ProfileNode that = (ProfileNode) p; in simplify()
/dports/www/node10/node-v10.24.1/deps/v8/src/profiler/
H A Dprofile-generator.h198 class ProfileNode {
200 inline ProfileNode(ProfileTree* tree, CodeEntry* entry, ProfileNode* parent,
203 ProfileNode* FindChild(
254 std::vector<ProfileNode*> children_list_;
255 ProfileNode* parent_;
262 DISALLOW_COPY_AND_ASSIGN(ProfileNode);
273 ProfileNode* AddPathFromEnd(
277 ProfileNode* AddPathFromEnd(
282 ProfileNode* root() const { return root_; } in root()
306 ProfileNode* root_;
[all …]

12345678