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 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
counters.cc 38 : lookup_function_(NULL),

Completed in 133 milliseconds