Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dexternal-reference-table.cc269 Add(load_stub_cache->key_reference(StubCache::kPrimary).address(), index); in AddStubCache()
270 Add(load_stub_cache->value_reference(StubCache::kPrimary).address(), index); in AddStubCache()
271 Add(load_stub_cache->map_reference(StubCache::kPrimary).address(), index); in AddStubCache()
279 Add(store_stub_cache->key_reference(StubCache::kPrimary).address(), index); in AddStubCache()
280 Add(store_stub_cache->value_reference(StubCache::kPrimary).address(), index); in AddStubCache()
281 Add(store_stub_cache->map_reference(StubCache::kPrimary).address(), index); in AddStubCache()
/third_party/node/deps/v8/src/ic/
Dstub-cache.h52 enum Table { kPrimary, kSecondary }; enumerator
71 case StubCache::kPrimary: in first_entry()
Daccessor-assembler.cc2871 kPrimary = static_cast<int>(StubCache::kPrimary), enumerator
2972 TryProbeStubCacheTable(stub_cache, kPrimary, primary_offset, name, in TryProbeStubCache()