Home
last modified time | relevance | path

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

/external/v8/tools/
Dprofile.js174 entry = new Profile.DynamicFuncCodeEntry(size, type, func, state);
518 Profile.DynamicFuncCodeEntry = function(size, type, func, state) { class in Profile
524 Profile.DynamicFuncCodeEntry.STATE_PREFIX = ["", "~", "*"];
529 Profile.DynamicFuncCodeEntry.prototype.getState = function() {
530 return Profile.DynamicFuncCodeEntry.STATE_PREFIX[this.state];
536 Profile.DynamicFuncCodeEntry.prototype.getName = function() {
545 Profile.DynamicFuncCodeEntry.prototype.getRawName = function() {
550 Profile.DynamicFuncCodeEntry.prototype.isJSFunction = function() {
555 Profile.DynamicFuncCodeEntry.prototype.toString = function() {