Lines Matching refs:StubCache
195 StubCache* load_stub_cache = isolate->load_stub_cache(); in AddStubCache()
198 Add(load_stub_cache->key_reference(StubCache::kPrimary).address(), in AddStubCache()
200 Add(load_stub_cache->value_reference(StubCache::kPrimary).address(), in AddStubCache()
202 Add(load_stub_cache->map_reference(StubCache::kPrimary).address(), in AddStubCache()
204 Add(load_stub_cache->key_reference(StubCache::kSecondary).address(), in AddStubCache()
206 Add(load_stub_cache->value_reference(StubCache::kSecondary).address(), in AddStubCache()
208 Add(load_stub_cache->map_reference(StubCache::kSecondary).address(), in AddStubCache()
211 StubCache* store_stub_cache = isolate->store_stub_cache(); in AddStubCache()
214 Add(store_stub_cache->key_reference(StubCache::kPrimary).address(), in AddStubCache()
216 Add(store_stub_cache->value_reference(StubCache::kPrimary).address(), in AddStubCache()
218 Add(store_stub_cache->map_reference(StubCache::kPrimary).address(), in AddStubCache()
220 Add(store_stub_cache->key_reference(StubCache::kSecondary).address(), in AddStubCache()
222 Add(store_stub_cache->value_reference(StubCache::kSecondary).address(), in AddStubCache()
224 Add(store_stub_cache->map_reference(StubCache::kSecondary).address(), in AddStubCache()