Searched refs:KeyedStoreIC (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/ic/ |
H A D | ic.h | 25 // IC is the base class for LoadIC, StoreIC, KeyedLoadIC, and KeyedStoreIC. 305 class KeyedStoreIC : public StoreIC { class 311 KeyedStoreIC(Isolate* isolate, Handle<FeedbackVector> vector, in KeyedStoreIC() function in v8::internal::KeyedStoreIC 339 class StoreInArrayLiteralIC : public KeyedStoreIC { 343 : KeyedStoreIC(isolate, vector, slot, in StoreInArrayLiteralIC()
|
H A D | ic.cc | 609 // TODO(gsathya): Support KeyedLoadIC, StoreIC and KeyedStoreIC. in UpdateMegaDOMIC() 1809 // KeyedStoreIC should handle DefineKeyedOwnIC with deprecated maps directly in Store() 1896 // IsAnyDefineOwn() can be true when this method is reused by KeyedStoreIC. in Store() 2198 void KeyedStoreIC::UpdateStoreElement(Handle<Map> receiver_map, in UpdateStoreElement() 2335 Handle<Object> KeyedStoreIC::StoreElementHandler( in StoreElementHandler() 2393 void KeyedStoreIC::StoreElementPolymorphicHandlers( in StoreElementPolymorphicHandlers() 2488 MaybeHandle<Object> KeyedStoreIC::Store(Handle<Object> object, in Store() 3021 // TODO(v8:12548): refactor DefineKeyedOwnIC as a subclass of KeyedStoreIC, in RUNTIME_FUNCTION() 3024 KeyedStoreIC ic(isolate, vector, vector_slot, kind); in RUNTIME_FUNCTION() 3058 // TODO(v8:12548): refactor DefineKeyedOwnIC as a subclass of KeyedStoreIC, in RUNTIME_FUNCTION() [all...] |
H A D | accessor-assembler.h | 332 void KeyedStoreIC(const StoreICParameters* p);
|
H A D | accessor-assembler.cc | 3893 void AccessorAssembler::KeyedStoreIC(const StoreICParameters* p) { in KeyedStoreIC() function in v8::internal::AccessorAssembler 4641 KeyedStoreIC(&p); in GenerateKeyedStoreIC()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-definitions.h | 639 TFH(KeyedStoreIC, StoreWithVector) \
|
Completed in 18 milliseconds