Home
last modified time | relevance | path

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

/external/v8/src/
Dexternal-reference-table.cc195 StubCache* load_stub_cache = isolate->load_stub_cache(); in AddStubCache() local
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()
Disolate.h1018 StubCache* load_stub_cache() { return load_stub_cache_; } in load_stub_cache() function
/external/v8/src/ic/
Daccessor-assembler.cc2139 TryProbeStubCache(isolate()->load_stub_cache(), receiver, p->name, in GenericPropertyLoad()
2486 TryProbeStubCache(isolate()->load_stub_cache(), p->receiver, p->name, in LoadIC_Noninlined()
Dic.cc718 return isolate()->load_stub_cache(); in stub_cache()
/external/v8/src/heap/
Dmark-compact.cc868 isolate()->load_stub_cache()->Clear(); in Finish()