Home
last modified time | relevance | path

Searched refs:moveCode (Results 1 – 6 of 6) sorted by relevance

/external/v8/tools/
Dprofile.js187 Profile.prototype.moveCode = function(from, to) { method in Profile
189 this.codeMap_.moveCode(from, to);
237 this.codeMap_.moveCode(from, to);
963 JsonProfile.prototype.moveCode = function(from, to) { method in JsonProfile
965 this.codeMap_.moveCode(from, to);
1045 this.codeMap_.moveCode(from, to);
Dic-processor.js131 this.profile_.moveCode(from, to);
Dcodemap.js94 CodeMap.prototype.moveCode = function(from, to) { method in CodeMap
Dmap-processor.js120 this.profile_.moveCode(from, to);
Dtickprocessor.js320 this.profile_.moveCode(from, to);
/external/v8/tools/profviz/
Dcomposer.js268 code_map.moveCode(from, to);