Home
last modified time | relevance | path

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

/external/v8/tools/
Dprofile.js866 this.functionEntries_ = []; property in JsonProfile
918 func.funcId = this.functionEntries_.length;
919 this.functionEntries_.push({name : name, codes : []});
924 func.funcId = this.functionEntries_.length;
925 this.functionEntries_.push({name : name, codes : []});
942 this.functionEntries_[func.funcId].codes.push(entry.codeId);
1082 writeJson(this.functionEntries_);