Home
last modified time | relevance | path

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

/external/v8/tools/
Dtickprocessor.js33 function V8Profile(separateIc) { class
36 this.skipThisFunction = function(name) { return V8Profile.IC_RE.test(name); };
39 inherits(V8Profile, Profile);
42 V8Profile.IC_RE =
147 V8Profile.prototype.handleUnknownCode = function(
168 this.profile_ = new V8Profile(separateIc);