Searched refs:StoreIC (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/ic/ |
D | ic.h | 257 class StoreIC : public IC { 259 StoreIC(Isolate* isolate, Handle<FeedbackVector> vector, FeedbackSlot slot, in StoreIC() function 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()
|
D | ic.cc | 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() 1913 void StoreIC::UpdateCaches(LookupIterator* lookup, Handle<Object> value, in UpdateCaches() 1939 MaybeObjectHandle StoreIC::ComputeHandler(LookupIterator* lookup) { in ComputeHandler() 2517 StoreIC::Store(object, maybe_name, value, StoreOrigin::kMaybeKeyed), in Store() 2853 StoreIC ic(isolate, vector, vector_slot, kind); in RUNTIME_FUNCTION() 2884 StoreIC ic(isolate, vector, vector_slot, kind); in RUNTIME_FUNCTION()
|
D | accessor-assembler.h | 327 void StoreIC(const StoreICParameters* p);
|
D | accessor-assembler.cc | 3696 void AccessorAssembler::StoreIC(const StoreICParameters* p) { in StoreIC() function in v8::internal::AccessorAssembler 4553 StoreIC(&p); in GenerateStoreIC() 4598 StoreIC(&p); in GenerateDefineNamedOwnIC()
|
/third_party/node/deps/v8/tools/ |
D | ic-processor-driver.mjs | 34 StoreIC: 0, property
|
D | tickprocessor.mjs | 37 …/^(LoadGlobalIC: )|(Handler: )|(?:CallIC|LoadIC|StoreIC)|(?:Builtin: (?:Keyed)?(?:Load|Store)IC_)/;
|
/third_party/node/deps/v8/tools/system-analyzer/ |
D | processor.mjs | 177 'StoreIC': { property 179 processor: this.processPropertyIC.bind(this, 'StoreIC')
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-definitions.h | 633 TFH(StoreIC, StoreWithVector) \
|