Home
last modified time | relevance | path

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

/external/v8/tools/
Dprofile.js186 Profile.prototype.moveCode = function(from, to) { method in Profile
188 this.codeMap_.moveCode(from, to);
217 this.codeMap_.moveCode(from, to);
Dcodemap.js94 CodeMap.prototype.moveCode = function(from, to) { method in CodeMap
Dtickprocessor.js122 this.profile_.moveCode(from, to);
351 this.profile_.moveCode(from, to);
/external/v8/test/cctest/
Dlog-eq-of-logging-and-traversal.js76 this.profile.moveCode(from, to);
/external/v8/test/mjsunit/tools/
Dcodemap.js131 codeMap.moveCode(0x1500, 0x1800);
/external/v8/tools/profviz/
Dcomposer.js268 code_map.moveCode(from, to);