Home
last modified time | relevance | path

Searched defs:stub_cache (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/ic/
Dstub-cache.cc60 bool CommonStubCacheChecks(StubCache* stub_cache, Name* name, Map* map, in CommonStubCacheChecks()
Dkeyed-store-generic.cc666 Label stub_cache(this), fast_properties(this), dictionary_properties(this), in EmitGenericPropertyStore() local
Daccessor-assembler.cc2119 Label if_descriptor_found(this), stub_cache(this); in GenericPropertyLoad() local
2287 StubCache* stub_cache, StubCacheTable table_id, Node* entry_offset, in TryProbeStubCacheTable()
2330 void AccessorAssembler::TryProbeStubCache(StubCache* stub_cache, Node* receiver, in TryProbeStubCache()
Dic.cc716 StubCache* IC::stub_cache() { in stub_cache() function in v8::internal::IC