HomeSort by relevance Sort by last modified time
    Searched full:local_counter_names (Results 1 - 1 of 1) sorted by null

  /external/v8/test/cctest/
test-serialize.cc 49 static const char* local_counter_names[kCounters]; variable
68 if (local_counter_names[hash] == name) {
71 if (local_counter_names[hash] == 0) {
72 local_counter_names[hash] = name;
75 if (strcmp(local_counter_names[hash], name) == 0) {

Completed in 22 milliseconds