Home
last modified time | relevance | path

Searched refs:KeyedStoreICNexus (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Dtype-feedback-vector.cc346 KeyedStoreICNexus nexus(this, slot); in ClearSlotsImpl()
417 KeyedStoreICNexus nexus(this, slot); in ClearKeyedStoreICs()
504 void KeyedStoreICNexus::ConfigureMegamorphicKeyed(IcCheckType property_type) { in ConfigureMegamorphicKeyed()
596 InlineCacheState KeyedStoreICNexus::StateFromFeedback() const { in StateFromFeedback()
743 void KeyedStoreICNexus::ConfigureMonomorphic(Handle<Name> name, in ConfigureMonomorphic()
796 void KeyedStoreICNexus::ConfigurePolymorphic(Handle<Name> name, in ConfigurePolymorphic()
815 void KeyedStoreICNexus::ConfigurePolymorphic(MapHandleList* maps, in ConfigurePolymorphic()
984 Name* KeyedStoreICNexus::FindFirstName() const { in FindFirstName()
998 void KeyedStoreICNexus::Clear(Code* host) { in Clear()
1003 KeyedAccessStoreMode KeyedStoreICNexus::GetKeyedAccessStoreMode() const { in GetKeyedAccessStoreMode()
[all …]
Dtype-feedback-vector.h621 class KeyedStoreICNexus : public FeedbackNexus {
623 KeyedStoreICNexus(Handle<TypeFeedbackVector> vector, FeedbackVectorSlot slot) in KeyedStoreICNexus() function
627 explicit KeyedStoreICNexus(Isolate* isolate) in KeyedStoreICNexus() function
631 KeyedStoreICNexus(TypeFeedbackVector* vector, FeedbackVectorSlot slot) in KeyedStoreICNexus() function
Dtype-info.cc100 KeyedStoreICNexus nexus(feedback_vector_, slot); in StoreIsUninitialized()
143 KeyedStoreICNexus nexus(feedback_vector_, slot); in GetStoreModeAndKeyType()
480 KeyedStoreICNexus nexus(feedback_vector_, slot); in CollectReceiverTypes()
Dobjects-printer.cc786 KeyedStoreICNexus nexus(this, slot); in TypeFeedbackVectorPrint()
/external/v8/src/ic/
Dic.h437 return casted_nexus<KeyedStoreICNexus>()->GetKeyedAccessStoreMode(); in GetKeyedAccessStoreMode()
441 KeyedStoreICNexus* nexus = NULL)
457 static void Clear(Isolate* isolate, Code* host, KeyedStoreICNexus* nexus);
Dic.cc131 casted_nexus<KeyedStoreICNexus>()->GetKeyedAccessStoreMode(); in TraceIC()
510 KeyedStoreICNexus* nexus) { in Clear()
548 KeyedStoreICNexus* nexus = casted_nexus<KeyedStoreICNexus>(); in ConfigureVectorState()
576 KeyedStoreICNexus* nexus = casted_nexus<KeyedStoreICNexus>(); in ConfigureVectorState()
598 KeyedStoreICNexus* nexus = casted_nexus<KeyedStoreICNexus>(); in ConfigureVectorState()
612 KeyedStoreICNexus* nexus = casted_nexus<KeyedStoreICNexus>(); in ConfigureVectorState()
2774 KeyedStoreICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION()
2793 KeyedStoreICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION()
2809 KeyedStoreICNexus nexus(isolate); in RUNTIME_FUNCTION()
2826 KeyedStoreICNexus nexus(isolate); in RUNTIME_FUNCTION()
/external/v8/src/compiler/
Djs-native-context-specialization.cc932 KeyedStoreICNexus nexus(p.feedback().vector(), p.feedback().slot()); in ReduceJSStoreProperty()
/external/v8/src/heap/
Dheap.cc2766 KeyedStoreICNexus(isolate()).ConfigureMegamorphicKeyed(PROPERTY); in CreateInitialObjects()
/external/v8/src/crankshaft/
Dhydrogen.cc7261 KeyedStoreICNexus nexus(vector, slot); in HandleKeyedElementAccess()