Searched refs:LookupSample (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Druntime-profiler.h71 int LookupSample(JSFunction* function);
H A Druntime-profiler.cc198 int RuntimeProfiler::LookupSample(JSFunction* function) { function in class:RuntimeProfiler
364 if (LookupSample(function) >= threshold) {
/external/v8/src/
H A Druntime-profiler.h117 int LookupSample(JSFunction* function);
H A Druntime-profiler.cc211 int RuntimeProfiler::LookupSample(JSFunction* function) { function in class:v8::RuntimeProfiler
339 if (LookupSample(function) >= threshold) {

Completed in 102 milliseconds