Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/tools/
Dprofile.js156 assertNoPathExists(this.profile.getTopDownProfile().getRoot(), this.namesTopDown,
161 assertPathExists(this.profile.getTopDownProfile().getRoot(), this.namesTopDown,
217 var root = testDriver.profile.getTopDownProfile().getRoot();
314 var profile = testDriver.profile.getTopDownProfile('lib2-f1');
/external/v8/tools/
Dprofile.js295 Profile.prototype.getTopDownProfile = function(opt_label) { method in Profile