Home
last modified time | relevance | path

Searched refs:ProfileView (Results 1 – 1 of 1) sorted by relevance

/external/v8/tools/
Dprofile_view.js82 return new ProfileView(head);
100 return new ProfileView.Node(
112 function ProfileView(head) { class
124 ProfileView.prototype.sort = function(sortFunc) {
136 ProfileView.prototype.traverse = function(f) {
160 ProfileView.Node = function(
174 ProfileView.Node.prototype.__defineGetter__(
185 ProfileView.Node.prototype.addChild = function(node) {
198 ProfileView.Node.prototype.sortChildren = function(