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 43 lookup_function_ = f;
59 return lookup_function_ != NULL;
69 if (!lookup_function_) return NULL;
70 return lookup_function_(name);
94 static CounterLookupCallback lookup_function_; member in class:v8::internal::StatsTable
counters.cc 36 CounterLookupCallback StatsTable::lookup_function_ = NULL; member in class:v8::internal::StatsTable

Completed in 28 milliseconds