Home | History | Annotate | Download | only in profiles

Lines Matching refs:current_context

605   size_t current_context = 0;
614 base::debug::Alias(&current_context);
621 current_context = 0;
624 current_context < kMaxCachedContexts &&
626 ++it, ++current_context) {
627 app_context_cache[current_context] = it->second;
628 memcpy(&app_context_vtable_cache[current_context],
632 current_context = 0;
635 current_context < kMaxCachedContexts &&
637 ++it, ++current_context) {
638 media_context_cache[current_context] = it->second;
639 memcpy(&media_context_vtable_cache[current_context],
650 current_context = 0;
653 if (current_context < kMaxCachedContexts) {
654 CHECK_EQ(app_context_cache[current_context], it->second);
656 CHECK_EQ(app_context_vtable_cache[current_context], tmp_vtable);
660 current_context++;
663 current_context = 0;
667 if (current_context < kMaxCachedContexts) {
668 CHECK_EQ(media_context_cache[current_context], it->second);
670 CHECK_EQ(media_context_vtable_cache[current_context], tmp_vtable);
674 current_context++;