Home
last modified time | relevance | path

Searched refs:kPrimary (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dexternal-reference-table.cc198 Add(load_stub_cache->key_reference(StubCache::kPrimary).address(), in AddStubCache()
200 Add(load_stub_cache->value_reference(StubCache::kPrimary).address(), in AddStubCache()
202 Add(load_stub_cache->map_reference(StubCache::kPrimary).address(), in AddStubCache()
214 Add(store_stub_cache->key_reference(StubCache::kPrimary).address(), in AddStubCache()
216 Add(store_stub_cache->value_reference(StubCache::kPrimary).address(), in AddStubCache()
218 Add(store_stub_cache->map_reference(StubCache::kPrimary).address(), in AddStubCache()
/external/dynamic_depth/internal/dynamic_depth/
Dimage.cc26 case ImageItemSemantic::kPrimary: in ItemSemanticToString()
38 return ImageItemSemantic::kPrimary; in StringToItemSemantic()
105 image->item_semantic_ = ImageItemSemantic::kPrimary; in FromDataForPrimaryImage()
/external/v8/src/ic/
Dstub-cache.h48 enum Table { kPrimary, kSecondary }; enumerator
67 case StubCache::kPrimary: in first_entry()
Daccessor-assembler.cc2249 kPrimary = static_cast<int>(StubCache::kPrimary), enumerator
2292 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) { in TryProbeStubCacheTable()
2346 TryProbeStubCacheTable(stub_cache, kPrimary, primary_offset, name, in TryProbeStubCache()
/external/dynamic_depth/includes/dynamic_depth/
Dimage.h16 enum class ImageItemSemantic { kPrimary = 1, kOriginal = 2 }; enumerator