Home
last modified time | relevance | path

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

/external/v8/tools/
Dprofile.js173 entry = new Profile.DynamicFuncCodeEntry(size, type, func, state);
498 Profile.DynamicFuncCodeEntry = function(size, type, func, state) { class in Profile
504 Profile.DynamicFuncCodeEntry.STATE_PREFIX = ["", "~", "*"];
509 Profile.DynamicFuncCodeEntry.prototype.getName = function() {
511 return this.type + ': ' + Profile.DynamicFuncCodeEntry.STATE_PREFIX[this.state] + name;
518 Profile.DynamicFuncCodeEntry.prototype.getRawName = function() {
523 Profile.DynamicFuncCodeEntry.prototype.isJSFunction = function() {
528 Profile.DynamicFuncCodeEntry.prototype.toString = function() {