Home | History | Annotate | Download | only in tools

Lines Matching refs:prototype

58 devtools.profiler.Profile.prototype.skipThisFunction = function(name) {
88 devtools.profiler.Profile.prototype.handleUnknownCode = function(
100 devtools.profiler.Profile.prototype.addLibrary = function(
116 devtools.profiler.Profile.prototype.addStaticCode = function(
133 devtools.profiler.Profile.prototype.addCode = function(
147 devtools.profiler.Profile.prototype.addCodeAlias = function(
162 devtools.profiler.Profile.prototype.moveCode = function(from, to) {
176 devtools.profiler.Profile.prototype.deleteCode = function(start) {
191 devtools.profiler.Profile.prototype.safeMoveDynamicCode = function(from, to) {
203 devtools.profiler.Profile.prototype.safeDeleteDynamicCode = function(start) {
215 devtools.profiler.Profile.prototype.findEntry = function(addr) {
226 devtools.profiler.Profile.prototype.recordTick = function(stack) {
240 devtools.profiler.Profile.prototype.resolveAndFilterFuncs_ = function(stack) {
263 devtools.profiler.Profile.prototype.traverseTopDownTree = function(f) {
273 devtools.profiler.Profile.prototype.traverseBottomUpTree = function(f) {
284 devtools.profiler.Profile.prototype.getTopDownProfile = function(opt_label) {
295 devtools.profiler.Profile.prototype.getBottomUpProfile = function(opt_label) {
306 devtools.profiler.Profile.prototype.getTreeProfile_ = function(tree, opt_label) {
324 devtools.profiler.Profile.prototype.getFlatProfile = function(opt_label) {
390 devtools.profiler.Profile.DynamicCodeEntry.prototype.getName = function() {
405 devtools.profiler.Profile.DynamicCodeEntry.prototype.getRawName = function() {
410 devtools.profiler.Profile.DynamicCodeEntry.prototype.isJSFunction = function() {
437 devtools.profiler.CallTree.prototype.totalsComputed_ = false;
443 devtools.profiler.CallTree.prototype.getRoot = function() {
453 devtools.profiler.CallTree.prototype.addPath = function(path) {
473 devtools.profiler.CallTree.prototype.findOrAddChild = function(label) {
494 devtools.profiler.CallTree.prototype.cloneSubtree = function(label) {
511 devtools.profiler.CallTree.prototype.computeTotalWeights = function() {
535 devtools.profiler.CallTree.prototype.traverse = function(f) {
558 devtools.profiler.CallTree.prototype.traverseInDepth = function(enter, exit) {
586 devtools.profiler.CallTree.Node.prototype.selfWeight = 0;
593 devtools.profiler.CallTree.Node.prototype.totalWeight = 0;
601 devtools.profiler.CallTree.Node.prototype.addChild = function(label) {
611 devtools.profiler.CallTree.Node.prototype.computeTotalWeight =
623 devtools.profiler.CallTree.Node.prototype.exportChildren = function() {
635 devtools.profiler.CallTree.Node.prototype.findChild = function(label) {
646 devtools.profiler.CallTree.Node.prototype.findOrAddChild = function(label) {
656 devtools.profiler.CallTree.Node.prototype.forEachChild = function(f) {
668 devtools.profiler.CallTree.Node.prototype.walkUpToRoot = function(f) {
681 devtools.profiler.CallTree.Node.prototype.descendToChild = function(