Home
last modified time | relevance | path

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

/external/v8/src/
Dexternal-reference-table.cc401 Add(load_stub_cache->key_reference(StubCache::kPrimary).address(), in AddStubCache()
403 Add(load_stub_cache->value_reference(StubCache::kPrimary).address(), in AddStubCache()
405 Add(load_stub_cache->map_reference(StubCache::kPrimary).address(), in AddStubCache()
417 Add(store_stub_cache->key_reference(StubCache::kPrimary).address(), in AddStubCache()
419 Add(store_stub_cache->value_reference(StubCache::kPrimary).address(), in AddStubCache()
421 Add(store_stub_cache->map_reference(StubCache::kPrimary).address(), in AddStubCache()
/external/v8/src/ic/
Dstub-cache.h52 enum Table { kPrimary, kSecondary }; enumerator
71 case StubCache::kPrimary: in first_entry()
Daccessor-assembler.cc1331 kPrimary = static_cast<int>(StubCache::kPrimary), enumerator
1377 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) { in TryProbeStubCacheTable()
1430 TryProbeStubCacheTable(stub_cache, kPrimary, primary_offset, name, in TryProbeStubCache()