Searched defs:app_context_vtable_cache (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.cc608 void* app_context_vtable_cache[kMaxCachedContexts] = {0}; local
616 base::debug::Alias(app_context_vtable_cache);
628 memcpy(&app_context_vtable_cache[current_context],
656 CHECK_EQ(app_context_vtable_cache[current_context], tmp_vtable);

Completed in 54 milliseconds