Searched refs:StoreGlobalIC (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/ic/ |
H A D | ic.h | 285 class StoreGlobalIC : public StoreIC { class 287 StoreGlobalIC(Isolate* isolate, Handle<FeedbackVector> vector, in StoreGlobalIC() function in v8::internal::StoreGlobalIC
|
H A D | accessor-assembler.h | 328 void StoreGlobalIC(const StoreICParameters* p);
|
H A D | ic.cc | 1686 MaybeHandle<Object> StoreGlobalIC::Store(Handle<Name> name, in Store() 1728 TraceIC("StoreGlobalIC", name); in Store() 1730 TraceIC("StoreGlobalIC", name); in Store() 1888 IsStoreGlobalIC() ? TraceIC("StoreGlobalIC", name) in Store() 1923 TraceIC("StoreGlobalIC", lookup->GetName()); in UpdateCaches() 2922 StoreGlobalIC ic(isolate, vector, vector_slot, kind); in RUNTIME_FUNCTION() 2936 StoreGlobalIC ic(isolate, Handle<FeedbackVector>(), FeedbackSlot(), in RUNTIME_FUNCTION()
|
H A D | accessor-assembler.cc | 1047 // Load/StoreGlobalIC (which is the only case when the in HandleProtoHandler() 3760 void AccessorAssembler::StoreGlobalIC(const StoreICParameters* pp) { in StoreGlobalIC() function in v8::internal::AccessorAssembler 4514 StoreGlobalIC(&p); in GenerateStoreGlobalIC()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-definitions.h | 630 TFH(StoreGlobalIC, StoreGlobalWithVector) \
|
Completed in 18 milliseconds