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

/external/chromium_org/v8/tools/
H A Dprofile.js159 func = new Profile.FunctionEntry(name);
391 if (entries[i][1].constructor === Profile.FunctionEntry) {
401 if (entries[i][1].constructor === Profile.FunctionEntry &&
454 * @param {Profile.FunctionEntry} func Shared function entry.
500 Profile.FunctionEntry = function(name) {
508 Profile.FunctionEntry.prototype.getName = function() {
519 Profile.FunctionEntry.prototype.toString = CodeMap.CodeEntry.prototype.toString;
/external/chromium_org/v8/src/
H A Dparser.h29 class FunctionEntry BASE_EMBEDDED {
40 explicit FunctionEntry(Vector<unsigned> backing) function in class:v8::internal::BASE_EMBEDDED
43 FunctionEntry() : backing_() { } function in class:v8::internal::BASE_EMBEDDED
70 FunctionEntry GetFunctionEntry(int start);

Completed in 244 milliseconds