OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LookupSample
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
runtime-profiler.cc
198
int RuntimeProfiler::
LookupSample
(JSFunction* function) {
364
if (
LookupSample
(function) >= threshold) {
/external/v8/src/
runtime-profiler.cc
211
int RuntimeProfiler::
LookupSample
(JSFunction* function) {
339
if (
LookupSample
(function) >= threshold) {
Completed in 24 milliseconds