Home
last modified time | relevance | path

Searched refs:stub_cache (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/ic/
H A Dstub-cache.cc69 bool CommonStubCacheChecks(StubCache* stub_cache, Name name, Map map, in CommonStubCacheChecks() argument
H A Daccessor-assembler.h76 void TryProbeStubCache(StubCache* stub_cache,
536 void TryProbeStubCacheTable(StubCache* stub_cache, StubCacheTable table_id,
H A Dic.h112 StubCache* stub_cache();
H A Daccessor-assembler.cc2733 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 Dic.cc845 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