Lines Matching refs:KeyedStoreIC
609 // TODO(gsathya): Support KeyedLoadIC, StoreIC and KeyedStoreIC.
1809 // KeyedStoreIC should handle DefineKeyedOwnIC with deprecated maps directly
1896 // IsAnyDefineOwn() can be true when this method is reused by KeyedStoreIC.
2198 void KeyedStoreIC::UpdateStoreElement(Handle<Map> receiver_map,
2335 Handle<Object> KeyedStoreIC::StoreElementHandler(
2393 void KeyedStoreIC::StoreElementPolymorphicHandlers(
2488 MaybeHandle<Object> KeyedStoreIC::Store(Handle<Object> object,
3021 // TODO(v8:12548): refactor DefineKeyedOwnIC as a subclass of KeyedStoreIC,
3024 KeyedStoreIC ic(isolate, vector, vector_slot, kind);
3058 // TODO(v8:12548): refactor DefineKeyedOwnIC as a subclass of KeyedStoreIC,
3060 KeyedStoreIC ic(isolate, vector, vector_slot, kind);