Home
last modified time | relevance | path

Searched refs:KeyedLoadIC (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/ic/
H A Dic.h25 // IC is the base class for LoadIC, StoreIC, KeyedLoadIC, and KeyedStoreIC.
224 class KeyedLoadIC : public LoadIC { class
226 KeyedLoadIC(Isolate* isolate, Handle<FeedbackVector> vector, in KeyedLoadIC() function in v8::internal::KeyedLoadIC
H A Dic.cc609 // TODO(gsathya): Support KeyedLoadIC, StoreIC and KeyedStoreIC. in UpdateMegaDOMIC()
1227 bool KeyedLoadIC::CanChangeToAllowOutOfBounds(Handle<Map> receiver_map) { in CanChangeToAllowOutOfBounds()
1233 void KeyedLoadIC::UpdateLoadElement(Handle<HeapObject> receiver, in UpdateLoadElement()
1349 Handle<Object> KeyedLoadIC::LoadElementHandler(Handle<Map> receiver_map, in LoadElementHandler()
1411 void KeyedLoadIC::LoadElementPolymorphicHandlers( in LoadElementPolymorphicHandlers()
1542 MaybeHandle<Object> KeyedLoadIC::RuntimeLoad(Handle<Object> object, in RuntimeLoad()
1559 MaybeHandle<Object> KeyedLoadIC::Load(Handle<Object> object, in Load()
2689 // A monomorphic or polymorphic KeyedLoadIC with a string key can call the in RUNTIME_FUNCTION()
2707 KeyedLoadIC ic(isolate, vector, vector_slot, kind); in RUNTIME_FUNCTION()
2823 KeyedLoadIC i in RUNTIME_FUNCTION()
[all...]
H A Daccessor-assembler.h322 void KeyedLoadIC(const LoadICParameters* p, LoadAccessMode access_mode);
H A Daccessor-assembler.cc3440 void AccessorAssembler::KeyedLoadIC(const LoadICParameters* p, in KeyedLoadIC() function in v8::internal::AccessorAssembler
4437 KeyedLoadIC(&p, LoadAccessMode::kLoad); in GenerateKeyedLoadIC()
4968 KeyedLoadIC(&p, LoadAccessMode::kHas); in GenerateKeyedHasIC()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-definitions.h625 TFH(KeyedLoadIC, KeyedLoadWithVector) \

Completed in 17 milliseconds