Searched refs:kPrimary (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | external-reference-table.cc | 401 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/ |
D | stub-cache.h | 52 enum Table { kPrimary, kSecondary }; enumerator 71 case StubCache::kPrimary: in first_entry()
|
D | accessor-assembler.cc | 1331 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()
|