Home
last modified time | relevance | path

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

/external/v8/src/
Dexternal-reference-table.cc211 StubCache* store_stub_cache = isolate->store_stub_cache(); in AddStubCache() local
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()
Disolate.h1019 StubCache* store_stub_cache() { return store_stub_cache_; } in store_stub_cache() function
/external/v8/src/ic/
Dic.cc721 return isolate()->store_stub_cache(); in stub_cache()
Daccessor-assembler.cc2887 TryProbeStubCache(isolate()->store_stub_cache(), p->receiver, p->name, in StoreIC()
/external/v8/src/heap/
Dmark-compact.cc869 isolate()->store_stub_cache()->Clear(); in Finish()