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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_draw_private.h86 struct index_cache { struct
136 struct index_cache index_cache[PIPE_PRIM_MAX][IDX_CACHE_MAX]; member in struct:svga_hwtnl
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_private.h86 struct index_cache { struct
136 struct index_cache index_cache[PIPE_PRIM_MAX][IDX_CACHE_MAX]; member in struct:svga_hwtnl
/external/chromium/chrome/browser/history/
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));
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)) {
/external/chromium_org/chrome/browser/history/
H A Durl_index_private_data.cc410 InMemoryURLIndexCacheItem index_cache; local
411 if (!index_cache.ParseFromArray(data.c_str(), data.size())) {
417 if (!restored_data->RestorePrivateData(index_cache, languages))
893 InMemoryURLIndexCacheItem index_cache; local
894 SavePrivateData(&index_cache);
896 if (!index_cache.SerializeToString(&data)) {
/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));
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc3215 HForInCacheArray* index_cache = local
3216 names_cache->index_cache();
3225 index_cache,
H A Dhydrogen-instructions.h7446 HForInCacheArray* index_cache() { function in class:v8::V8_FINAL
7450 void set_index_cache(HForInCacheArray* index_cache) { argument
7451 index_cache_ = index_cache;
H A Dhydrogen.cc4473 HInstruction* index_cache = Add<HForInCacheArray>( local
4476 HForInCacheArray::cast(index_cache));

Completed in 168 milliseconds