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

  /external/v8/tools/
codemap.js 86 devtools.profiler.CodeMap.prototype.addCode = function(start, codeEntry) {
profile.js 133 devtools.profiler.Profile.prototype.addCode = function(
136 this.codeMap_.addCode(start, entry);
151 this.codeMap_.addCode(aliasAddr, entry);

Completed in 20 milliseconds