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

/external/v8/tools/
H A Dprofile.js91 Profile.prototype.handleUnknownCode = function(
190 this.handleUnknownCode(Profile.Operation.MOVE, from);
204 this.handleUnknownCode(Profile.Operation.DELETE, start);
270 this.handleUnknownCode(Profile.Operation.TICK, stack[i], i);
H A Dtickprocessor.js89 V8Profile.prototype.handleUnknownCode = function(operation, addr) {
222 V8Profile.prototype.handleUnknownCode = function(

Completed in 4834 milliseconds