Searched refs:StoreIC (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. 257 class StoreIC : public IC { class 259 StoreIC(Isolate* isolate, Handle<FeedbackVector> vector, FeedbackSlot slot, in StoreIC() function in v8::internal::StoreIC 285 class StoreGlobalIC : public StoreIC { 289 : StoreIC(isolate, vector, slot, kind) {} in StoreGlobalIC() 305 class KeyedStoreIC : public StoreIC { 313 : StoreIC(isolate, vector, slot, kind) {} in KeyedStoreIC()
|
H A D | ic.cc | 609 // TODO(gsathya): Support KeyedLoadIC, StoreIC and KeyedStoreIC. in UpdateMegaDOMIC() 1595 bool StoreIC::LookupForWrite(LookupIterator* it, Handle<Object> value, in LookupForWrite() 1736 return StoreIC::Store(global, name, value); in Store() 1803 MaybeHandle<Object> StoreIC::Store(Handle<Object> object, Handle<Name> name, in Store() 1820 // of StoreIC so their logic doesn't get mixed here. in Store() 1839 TraceIC("StoreIC", name); in Store() 1889 : TraceIC("StoreIC", name); in Store() 1893 // of StoreIC so their logic doesn't get mixed here. in Store() 1913 void StoreIC::UpdateCaches(LookupIterator* lookup, Handle<Object> value, in UpdateCaches() 1936 TraceIC("StoreIC", looku in UpdateCaches() [all...] |
H A D | accessor-assembler.h | 327 void StoreIC(const StoreICParameters* p); 443 // StoreIC implementation.
|
H A D | accessor-assembler.cc | 3696 void AccessorAssembler::StoreIC(const StoreICParameters* p) { in StoreIC() function in v8::internal::AccessorAssembler 3743 // TODO(v8:12548): refactor SetNamedIC as a subclass of StoreIC, which can in StoreIC() 4553 StoreIC(&p); in GenerateStoreIC() 4596 // StoreIC is a generic helper than handle both set and define own in GenerateDefineNamedOwnIC() 4598 StoreIC(&p); in GenerateDefineNamedOwnIC()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-definitions.h | 633 TFH(StoreIC, StoreWithVector) \
|
Completed in 17 milliseconds