Home
last modified time | relevance | path

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

/external/v8/src/
Dexternal-reference-table.cc407 Add(load_stub_cache->key_reference(StubCache::kSecondary).address(), in AddStubCache()
409 Add(load_stub_cache->value_reference(StubCache::kSecondary).address(), in AddStubCache()
411 Add(load_stub_cache->map_reference(StubCache::kSecondary).address(), in AddStubCache()
423 Add(store_stub_cache->key_reference(StubCache::kSecondary).address(), in AddStubCache()
425 Add(store_stub_cache->value_reference(StubCache::kSecondary).address(), in AddStubCache()
427 Add(store_stub_cache->map_reference(StubCache::kSecondary).address(), in AddStubCache()
/external/v8/src/ic/
Dstub-cache.h52 enum Table { kPrimary, kSecondary }; enumerator
73 case StubCache::kSecondary: in first_entry()
Daccessor-assembler.cc1332 kSecondary = static_cast<int>(StubCache::kSecondary) enumerator
1380 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { in TryProbeStubCacheTable()
1437 TryProbeStubCacheTable(stub_cache, kSecondary, secondary_offset, name, in TryProbeStubCache()