HomeSort by relevance Sort by last modified time
    Searched refs:lookup_function_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
counters.h 27 lookup_function_ = f;
43 return lookup_function_ != NULL;
53 if (!lookup_function_) return NULL;
54 return lookup_function_(name);
80 CounterLookupCallback lookup_function_; member in class:v8::internal::StatsTable
    [all...]
counters.cc 15 : lookup_function_(NULL),

Completed in 428 milliseconds