Home
last modified time | relevance | path

Searched refs:handleUnknownCode (Results 1 – 2 of 2) sorted by relevance

/external/v8/tools/
Dprofile.js92 Profile.prototype.handleUnknownCode = function( method in Profile
191 this.handleUnknownCode(Profile.Operation.MOVE, from);
209 this.handleUnknownCode(Profile.Operation.DELETE, start);
290 this.handleUnknownCode(Profile.Operation.TICK, stack[i], i);
Dtickprocessor.js177 V8Profile.prototype.handleUnknownCode = function( method in V8Profile