HomeSort by relevance Sort by last modified time
    Searched defs:skipThisFunction (Results 1 - 3 of 3) sorted by null

  /external/v8/tools/
profile.js 58 devtools.profiler.Profile.prototype.skipThisFunction = function(name) {
246 if (!this.skipThisFunction(name)) {
tickprocessor.js 32 this.skipThisFunction = function(name) { return Profile.IC_RE.test(name); };
  /external/webkit/WebKit/chromium/src/js/
ProfilerProcessor.js 146 devtools.profiler.JsProfile.prototype.skipThisFunction = function(name)

Completed in 121 milliseconds