Searched refs:load_stub_cache (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ |
D | external-reference-table.cc | 195 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()
|
D | isolate.h | 1018 StubCache* load_stub_cache() { return load_stub_cache_; } in load_stub_cache() function
|
/external/v8/src/ic/ |
D | accessor-assembler.cc | 2139 TryProbeStubCache(isolate()->load_stub_cache(), receiver, p->name, in GenericPropertyLoad() 2486 TryProbeStubCache(isolate()->load_stub_cache(), p->receiver, p->name, in LoadIC_Noninlined()
|
D | ic.cc | 718 return isolate()->load_stub_cache(); in stub_cache()
|
/external/v8/src/heap/ |
D | mark-compact.cc | 868 isolate()->load_stub_cache()->Clear(); in Finish()
|