OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lookup_function_
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
counters.h
46
lookup_function_
= f;
62
return
lookup_function_
!= NULL;
72
if (!
lookup_function_
) return NULL;
73
return
lookup_function_
(name);
99
CounterLookupCallback
lookup_function_
;
member in class:v8::internal::StatsTable
/external/chromium_org/v8/src/
counters.h
46
lookup_function_
= f;
62
return
lookup_function_
!= NULL;
72
if (!
lookup_function_
) return NULL;
73
return
lookup_function_
(name);
99
CounterLookupCallback
lookup_function_
;
member in class:v8::internal::StatsTable
Completed in 32 milliseconds