Searched refs:store_stub_cache (Results 1 – 6 of 6) sorted by relevance
276 StubCache* store_stub_cache = isolate->store_stub_cache(); in AddStubCache() local279 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()
103 isolate->store_stub_cache()->Clear(); in RUNTIME_FUNCTION()
1209 StubCache* store_stub_cache() const { return store_stub_cache_; } in store_stub_cache() function
854 return isolate()->store_stub_cache(); in stub_cache()
3737 TryProbeStubCache(isolate()->store_stub_cache(), p->receiver(), in StoreIC()
1086 isolate()->store_stub_cache()->Clear(); in Finish()