Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/tools/
Dprofile.js148 this.namesTopDown = []; property in testCallTreeBuilding.Driver
154 this.namesTopDown.push(func);
156 assertNoPathExists(this.profile.getTopDownProfile().getRoot(), this.namesTopDown,
161 assertPathExists(this.profile.getTopDownProfile().getRoot(), this.namesTopDown,
180 this.namesTopDown.pop();
228 this.namesTopDown = ['']; property in testRootFlatProfileTicks.Driver
245 for (var i = 0; i < this.namesTopDown.length; ++i) {
246 var name = this.namesTopDown[i];
256 this.namesTopDown.push(func);
263 this.increment(this.namesTopDown[this.namesTopDown.length - 1], 1, 0);
[all …]