Home
last modified time | relevance | path

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

/external/v8/src/codegen/
Dexternal-reference-table.cc224 StubCache* store_stub_cache = isolate->store_stub_cache(); in AddStubCache() local
227 Add(store_stub_cache->key_reference(StubCache::kPrimary).address(), index); in AddStubCache()
228 Add(store_stub_cache->value_reference(StubCache::kPrimary).address(), index); in AddStubCache()
229 Add(store_stub_cache->map_reference(StubCache::kPrimary).address(), index); in AddStubCache()
230 Add(store_stub_cache->key_reference(StubCache::kSecondary).address(), index); in AddStubCache()
231 Add(store_stub_cache->value_reference(StubCache::kSecondary).address(), in AddStubCache()
233 Add(store_stub_cache->map_reference(StubCache::kSecondary).address(), index); in AddStubCache()
/external/v8/src/execution/
Disolate.h1042 StubCache* store_stub_cache() { return store_stub_cache_; } in store_stub_cache() function
/external/v8/src/runtime/
Druntime-test.cc142 isolate->store_stub_cache()->Clear(); in RUNTIME_FUNCTION()
/external/v8/src/ic/
Dic.cc781 return isolate()->store_stub_cache(); in stub_cache()
Daccessor-assembler.cc3410 TryProbeStubCache(isolate()->store_stub_cache(), p->receiver(), in StoreIC()
/external/v8/src/heap/
Dmark-compact.cc948 isolate()->store_stub_cache()->Clear(); in Finish()