Searched defs:deleteCode (Results 1 - 2 of 2) sorted by relevance

/external/v8/tools/
H A Dcodemap.js107 CodeMap.prototype.deleteCode = function(start) {
H A Dprofile.js200 Profile.prototype.deleteCode = function(start) {
202 this.codeMap_.deleteCode(start);
444 this.codeMap_.deleteCode(entries[i][0]);

Completed in 94 milliseconds