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

  /external/v8/src/libplatform/tracing/
tracing-controller.cc 18 // Parallel arrays g_category_groups and g_category_group_enabled are separate
20 // converted to an index into g_category_groups. This allows macros to deal
24 const char* g_category_groups[MAX_CATEGORY_GROUPS] = { member in namespace:v8::platform::tracing
31 // Indexes here have to match the g_category_groups array indexes above.
96 return g_category_groups[category_index];
129 const char* category_group = g_category_groups[category_index];
156 // The g_category_groups is append only, avoid using a lock for the fast path.
161 if (strcmp(g_category_groups[i], category_group) == 0) {
169 if (strcmp(g_category_groups[i], category_group) == 0) {
182 g_category_groups[category_index] = new_group
    [all...]

Completed in 520 milliseconds