OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FunctionEntry
(Results
1 - 2
of
2
) sorted by null
/external/v8/tools/
profile.js
159
func = new Profile.
FunctionEntry
(name);
416
* @param {Profile.
FunctionEntry
} func Shared function entry.
457
Profile.
FunctionEntry
= function(name) {
465
Profile.
FunctionEntry
.prototype.getName = function() {
/external/v8/src/
parser.h
68
class
FunctionEntry
BASE_EMBEDDED {
70
explicit
FunctionEntry
(Vector<unsigned> backing) : backing_(backing) { }
71
FunctionEntry
() : backing_(Vector<unsigned>::empty()) { }
118
FunctionEntry
GetFunctionEntry(int start);
Completed in 170 milliseconds