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

  /external/v8/tools/
codemap.js 81 CodeMap.prototype.addCode = function(start, codeEntry) {
profile.js 135 Profile.prototype.addCode = function(
138 this.codeMap_.addCode(start, entry);
160 this.codeMap_.addCode(funcAddr, func);
166 this.codeMap_.addCode(start, entry);

Completed in 28 milliseconds