Home
last modified time | relevance | path

Searched defs:profileNode (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/inspector/
DJavaScriptProfileNode.cpp61 ProfileNode* profileNode = static_cast<ProfileNode*>(JSObjectGetPrivate(thisObject)); in getFunctionName() local
71 ProfileNode* profileNode = static_cast<ProfileNode*>(JSObjectGetPrivate(thisObject)); in getURL() local
81 ProfileNode* profileNode = static_cast<ProfileNode*>(JSObjectGetPrivate(thisObject)); in getLineNumber() local
92 ProfileNode* profileNode = static_cast<ProfileNode*>(JSObjectGetPrivate(thisObject)); in getTotalTime() local
103 ProfileNode* profileNode = static_cast<ProfileNode*>(JSObjectGetPrivate(thisObject)); in getSelfTime() local
114 ProfileNode* profileNode = static_cast<ProfileNode*>(JSObjectGetPrivate(thisObject)); in getNumberOfCalls() local
125 ProfileNode* profileNode = static_cast<ProfileNode*>(JSObjectGetPrivate(thisObject)); in getChildren() local
172 ProfileNode* profileNode = static_cast<ProfileNode*>(JSObjectGetPrivate(thisObject)); in getVisible() local
183 ProfileNode* profileNode = static_cast<ProfileNode*>(JSObjectGetPrivate(thisObject)); in getCallUID() local
189 ProfileNode* profileNode = static_cast<ProfileNode*>(JSObjectGetPrivate(object)); in finalize() local
[all …]
/external/webkit/WebCore/inspector/front-end/
DTopDownProfileDataGridTree.js26 …leDataGridNode = function(/*ProfileView*/ profileView, /*ProfileNode*/ profileNode, /*TopDownProfi… argument
69 …tor.TopDownProfileDataGridTree = function(/*ProfileView*/ profileView, /*ProfileNode*/ profileNode) argument
DBottomUpProfileDataGridTree.js32 …leDataGridNode = function(/*ProfileView*/ profileView, /*ProfileNode*/ profileNode, /*BottomUpProf… argument
137 _willHaveChildren: function(profileNode) argument
DProfileDataGridTree.js26 WebInspector.ProfileDataGridNode = function(profileView, profileNode, owningTree, hasChildren) argument
307 WebInspector.ProfileDataGridTree = function(profileView, profileNode) argument
DProfileView.js351 this._searchResults.push({ profileNode: current }); property
/external/webkit/JavaScriptCore/profiler/
DProfile.cpp68 void Profile::focus(const ProfileNode* profileNode) in focus()
82 void Profile::exclude(const ProfileNode* profileNode) in exclude()
/external/webkit/WebKit/chromium/src/js/
DHeapProfilerPanel.js271 this._searchResults.push({ profileNode: current }); property