Home
last modified time | relevance | path

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

/external/v8/tools/
Dprofile.js162 devtools.profiler.Profile.prototype.moveCode = function(from, to) { method in devtools.profiler.Profile
164 this.codeMap_.moveCode(from, to);
193 this.codeMap_.moveCode(from, to);
Dcodemap.js98 devtools.profiler.CodeMap.prototype.moveCode = function(from, to) { method in devtools.profiler.CodeMap
Dtickprocessor.js104 this.profile_.moveCode(from, to);
303 this.profile_.moveCode(from, to);
/external/v8/test/mjsunit/tools/
Dcodemap.js131 codeMap.moveCode(0x1500, 0x1800);
/external/webkit/WebKit/chromium/src/js/
DProfilerProcessor.js392 this.currentProfile_.moveCode(from, to);