OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_js_function_tag
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/v8/src/
profile-generator-inl.h
55
bool CodeEntry::
is_js_function_tag
(Logger::LogEventsAndTags tag) {
function in class:v8::internal::CodeEntry
profile-generator.h
82
bool is_js_function() const { return
is_js_function_tag
(tag_); }
97
static inline bool
is_js_function_tag
(Logger::LogEventsAndTags tag);
/external/v8/src/
profile-generator-inl.h
62
bool CodeEntry::
is_js_function_tag
(Logger::LogEventsAndTags tag) {
function in class:v8::internal::CodeEntry
profile-generator.h
104
INLINE(bool is_js_function() const) { return
is_js_function_tag
(tag_); }
114
INLINE(static bool
is_js_function_tag
(Logger::LogEventsAndTags tag));
[
all
...]
Completed in 157 milliseconds