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 29 lookup_function_ = f;
45 return lookup_function_ != NULL;
55 if (!lookup_function_) return NULL;
56 return lookup_function_(name);
82 CounterLookupCallback lookup_function_; member in class:v8::internal::StatsTable
    [all...]
counters.cc 18 : lookup_function_(NULL),

Completed in 58 milliseconds