Searched refs:stub_cache (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ic/ |
D | stub-cache.cc | 60 bool CommonStubCacheChecks(StubCache* stub_cache, Name* name, Map* map, in CommonStubCacheChecks() argument
|
D | accessor-assembler.h | 52 void TryProbeStubCache(StubCache* stub_cache, Node* receiver, Node* name, 301 void TryProbeStubCacheTable(StubCache* stub_cache, StubCacheTable table_id,
|
D | accessor-assembler.cc | 2119 Label if_descriptor_found(this), stub_cache(this); in GenericPropertyLoad() local 2122 use_stub_cache == kUseStubCache ? &stub_cache : &lookup_prototype_chain; in GenericPropertyLoad() 2135 BIND(&stub_cache); in GenericPropertyLoad() 2287 StubCache* stub_cache, StubCacheTable table_id, Node* entry_offset, in TryProbeStubCacheTable() argument 2307 ExternalReference::Create(stub_cache->key_reference(table))); in TryProbeStubCacheTable() 2312 DCHECK_EQ(kPointerSize * 2, stub_cache->map_reference(table).address() - in TryProbeStubCacheTable() 2313 stub_cache->key_reference(table).address()); in TryProbeStubCacheTable() 2319 DCHECK_EQ(kPointerSize, stub_cache->value_reference(table).address() - in TryProbeStubCacheTable() 2320 stub_cache->key_reference(table).address()); in TryProbeStubCacheTable() 2330 void AccessorAssembler::TryProbeStubCache(StubCache* stub_cache, Node* receiver, in TryProbeStubCache() argument [all …]
|
D | ic.h | 123 StubCache* stub_cache();
|
D | keyed-store-generic.cc | 666 Label stub_cache(this), fast_properties(this), dictionary_properties(this), in EmitGenericPropertyStore() local
|
D | ic.cc | 716 StubCache* IC::stub_cache() { in stub_cache() function in v8::internal::IC 727 stub_cache()->Set(*name, *map, *handler); in UpdateMegamorphicCache()
|