Searched refs:CounterAndKey (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dd8.cc1003 struct CounterAndKey { struct in namespace:v8
1009 inline bool operator<(const CounterAndKey& lhs, const CounterAndKey& rhs) {
1024 CounterAndKey* counters = new CounterAndKey[number_of_counters];
/external/v8/src/
H A Dd8.cc938 struct CounterAndKey { struct in namespace:v8
945 return strcmp(static_cast<const CounterAndKey*>(a)->key,
946 static_cast<const CounterAndKey*>(b)->key);
957 CounterAndKey* counters = new CounterAndKey[number_of_counters];

Completed in 132 milliseconds