Home
last modified time | relevance | path

Searched refs:store_stub_cache (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dexternal-reference-table.cc276 StubCache* store_stub_cache = isolate->store_stub_cache(); in AddStubCache() local
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()
282 Add(store_stub_cache->key_reference(StubCache::kSecondary).address(), index); in AddStubCache()
283 Add(store_stub_cache->value_reference(StubCache::kSecondary).address(), in AddStubCache()
285 Add(store_stub_cache->map_reference(StubCache::kSecondary).address(), index); in AddStubCache()
/third_party/node/deps/v8/src/runtime/
Druntime-test.cc103 isolate->store_stub_cache()->Clear(); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/execution/
Disolate.h1209 StubCache* store_stub_cache() const { return store_stub_cache_; } in store_stub_cache() function
/third_party/node/deps/v8/src/ic/
Dic.cc854 return isolate()->store_stub_cache(); in stub_cache()
Daccessor-assembler.cc3737 TryProbeStubCache(isolate()->store_stub_cache(), p->receiver(), in StoreIC()
/third_party/node/deps/v8/src/heap/
Dmark-compact.cc1086 isolate()->store_stub_cache()->Clear(); in Finish()