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

/external/v8/tools/
H A Dcodemap.js94 CodeMap.prototype.moveCode = function(from, to) {
H A Dprofile.js186 Profile.prototype.moveCode = function(from, to) {
188 this.codeMap_.moveCode(from, to);
217 this.codeMap_.moveCode(from, to);

Completed in 64 milliseconds