Home
last modified time | relevance | path

Searched refs:stub_cache (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/ic/
Dstub-cache.cc60 bool CommonStubCacheChecks(StubCache* stub_cache, Name* name, Map* map, in CommonStubCacheChecks() argument
Daccessor-assembler.h52 void TryProbeStubCache(StubCache* stub_cache, Node* receiver, Node* name,
301 void TryProbeStubCacheTable(StubCache* stub_cache, StubCacheTable table_id,
Daccessor-assembler.cc2119 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 …]
Dic.h123 StubCache* stub_cache();
Dkeyed-store-generic.cc666 Label stub_cache(this), fast_properties(this), dictionary_properties(this), in EmitGenericPropertyStore() local
Dic.cc716 StubCache* IC::stub_cache() { in stub_cache() function in v8::internal::IC
727 stub_cache()->Set(*name, *map, *handler); in UpdateMegamorphicCache()