Searched refs:stub_cache (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/ic/ |
H A D | stub-cache.cc | 69 bool CommonStubCacheChecks(StubCache* stub_cache, Name name, Map map, in CommonStubCacheChecks() argument
|
H A D | accessor-assembler.h | 76 void TryProbeStubCache(StubCache* stub_cache, 536 void TryProbeStubCacheTable(StubCache* stub_cache, StubCacheTable table_id,
|
H A D | ic.h | 112 StubCache* stub_cache();
|
H A D | accessor-assembler.cc | 2733 Label stub_cache(this); in GenericPropertyLoad() 2736 GotoIfNot(IsUndefined(p->vector()), &stub_cache); in GenericPropertyLoad() 2740 BIND(&stub_cache); in GenericPropertyLoad() 2919 StubCache* stub_cache, StubCacheTable table_id, TNode<IntPtrT> entry_offset, in TryProbeStubCacheTable() 2930 ExternalReference::Create(stub_cache->key_reference(table))); in TryProbeStubCacheTable() 2954 void AccessorAssembler::TryProbeStubCache(StubCache* stub_cache, in TryProbeStubCache() argument 2972 TryProbeStubCacheTable(stub_cache, kPrimary, primary_offset, name, in TryProbeStubCache() 2981 TryProbeStubCacheTable(stub_cache, kSecondary, secondary_offset, name, in TryProbeStubCache() 2918 TryProbeStubCacheTable( StubCache* stub_cache, StubCacheTable table_id, TNode<IntPtrT> entry_offset, TNode<Object> name, TNode<Map> map, Label* if_handler, TVariable<MaybeObject>* var_handler, Label* if_miss) TryProbeStubCacheTable() argument
|
H A D | ic.cc | 845 StubCache* IC::stub_cache() { in stub_cache() function in v8::internal::IC 861 stub_cache()->Set(*name, *map, *handler); in UpdateMegamorphicCache()
|
Completed in 18 milliseconds