Home
last modified time | relevance | path

Searched defs:headNode (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/profiler/
DProfileNode.cpp59 …ExecState* callerCallFrame, const CallIdentifier& callIdentifier, ProfileNode* headNode, ProfileNo… in ProfileNode() function in JSC::ProfileNode
76 ProfileNode::ProfileNode(ExecState* callerCallFrame, ProfileNode* headNode, ProfileNode* nodeToCopy) in ProfileNode() function in JSC::ProfileNode
DProfileNode.h48 …ExecState* callerCallFrame, const CallIdentifier& callIdentifier, ProfileNode* headNode, ProfileNo… in create()
52 …static PassRefPtr<ProfileNode> create(ExecState* callerCallFrame, ProfileNode* headNode, ProfileNo… in create()