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/
H A 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/execution/
H A Disolate.h1209 StubCache* store_stub_cache() const { return store_stub_cache_; } in store_stub_cache() function in v8::internal::final
/third_party/node/deps/v8/src/runtime/
H A Druntime-test.cc104 isolate->store_stub_cache()->Clear(); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/ic/
H A Dic.cc854 return isolate()->store_stub_cache(); in stub_cache()
H A Daccessor-assembler.cc3737 TryProbeStubCache(isolate()->store_stub_cache(), p->receiver(), in StoreIC()
/third_party/node/deps/v8/src/heap/
H A Dmark-compact.cc1086 isolate()->store_stub_cache()->Clear(); in Finish()

Completed in 29 milliseconds