Home
last modified time | relevance | path

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

/external/v8/tools/
Dprofile.js177 Profile.prototype.moveCode = function(from, to) { method in Profile
179 this.codeMap_.moveCode(from, to);
208 this.codeMap_.moveCode(from, to);
Dcodemap.js93 CodeMap.prototype.moveCode = function(from, to) { method in CodeMap
Dtickprocessor.js122 this.profile_.moveCode(from, to);
322 this.profile_.moveCode(from, to);
/external/v8/test/mjsunit/tools/
Dcodemap.js131 codeMap.moveCode(0x1500, 0x1800);