Home
last modified time | relevance | path

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

/external/v8/tools/
Dtickprocessor.js34 function V8Profile(separateIc) { class
37 this.skipThisFunction = function(name) { return V8Profile.IC_RE.test(name); };
40 inherits(V8Profile, Profile);
43 V8Profile.IC_RE =
89 V8Profile.prototype.handleUnknownCode = function(operation, addr) {
103 this.profile_ = new V8Profile();
222 V8Profile.prototype.handleUnknownCode = function(
243 this.profile_ = new V8Profile(separateIc);