Searched refs:index_cache (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/history/
H A Din_memory_url_index.cc248 InMemoryURLIndexCacheItem index_cache; local
249 if (!index_cache.ParseFromArray(data.c_str(), data.size())) {
255 if (!RestorePrivateData(index_cache)) {
271 InMemoryURLIndexCacheItem index_cache; local
272 SavePrivateData(&index_cache);
274 if (!index_cache.SerializeToString(&data)) {
H A Din_memory_url_index_unittest.cc539 in_memory_url_index::InMemoryURLIndexCacheItem index_cache; local
540 url_index.SavePrivateData(&index_cache);
570 EXPECT_TRUE(url_index.RestorePrivateData(index_cache));
/external/v8/src/
H A Dhydrogen-instructions.cc1654 HForInCacheArray* index_cache = local
1655 names_cache->index_cache();
1659 index_cache,
H A Dhydrogen-instructions.h4782 HForInCacheArray* index_cache() { function in class:v8::HForInCacheArray
4786 void set_index_cache(HForInCacheArray* index_cache) { argument
4787 index_cache_ = index_cache;
H A Dhydrogen.cc3355 HInstruction* index_cache = AddInstruction( local
3361 HForInCacheArray::cast(index_cache));

Completed in 106 milliseconds