Home
last modified time | relevance | path

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

/external/v8/src/
Dtype-feedback-vector.cc338 KeyedStoreICNexus nexus(this, slot); in ClearSlotsImpl()
410 KeyedStoreICNexus nexus(this, slot); in ClearKeyedStoreICs()
498 void KeyedStoreICNexus::ConfigureMegamorphicKeyed(IcCheckType property_type) { in ConfigureMegamorphicKeyed()
590 InlineCacheState KeyedStoreICNexus::StateFromFeedback() const { in StateFromFeedback()
728 void KeyedStoreICNexus::ConfigureMonomorphic(Handle<Name> name, in ConfigureMonomorphic()
784 void KeyedStoreICNexus::ConfigurePolymorphic(Handle<Name> name, in ConfigurePolymorphic()
803 void KeyedStoreICNexus::ConfigurePolymorphic(MapHandleList* maps, in ConfigurePolymorphic()
965 Name* KeyedStoreICNexus::FindFirstName() const { in FindFirstName()
979 void KeyedStoreICNexus::Clear(Code* host) { in Clear()
984 KeyedAccessStoreMode KeyedStoreICNexus::GetKeyedAccessStoreMode() const { in GetKeyedAccessStoreMode()
[all …]
Dtype-feedback-vector.h594 class KeyedStoreICNexus : public FeedbackNexus {
596 KeyedStoreICNexus(Handle<TypeFeedbackVector> vector, FeedbackVectorSlot slot) in KeyedStoreICNexus() function
600 explicit KeyedStoreICNexus(Isolate* isolate) in KeyedStoreICNexus() function
604 KeyedStoreICNexus(TypeFeedbackVector* vector, FeedbackVectorSlot slot) in KeyedStoreICNexus() function
Dtype-info.cc101 KeyedStoreICNexus nexus(feedback_vector_, slot); in StoreIsUninitialized()
144 KeyedStoreICNexus nexus(feedback_vector_, slot); in GetStoreModeAndKeyType()
361 KeyedStoreICNexus nexus(feedback_vector_, slot); in CollectReceiverTypes()
Dobjects-printer.cc700 KeyedStoreICNexus nexus(this, slot); in TypeFeedbackVectorPrint()
/external/v8/src/ic/
Dic.cc120 casted_nexus<KeyedStoreICNexus>()->GetKeyedAccessStoreMode(); in TraceIC()
482 KeyedStoreICNexus* nexus) { in Clear()
533 KeyedStoreICNexus* nexus = casted_nexus<KeyedStoreICNexus>(); in ConfigureVectorState()
562 KeyedStoreICNexus* nexus = casted_nexus<KeyedStoreICNexus>(); in ConfigureVectorState()
585 KeyedStoreICNexus* nexus = casted_nexus<KeyedStoreICNexus>(); in ConfigureVectorState()
599 KeyedStoreICNexus* nexus = casted_nexus<KeyedStoreICNexus>(); in ConfigureVectorState()
2429 KeyedStoreICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION()
2477 KeyedStoreICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION()
2498 KeyedStoreICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION()
2517 KeyedStoreICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION()
[all …]
Dic.h424 return casted_nexus<KeyedStoreICNexus>()->GetKeyedAccessStoreMode(); in GetKeyedAccessStoreMode()
428 KeyedStoreICNexus* nexus = NULL)
446 static void Clear(Isolate* isolate, Code* host, KeyedStoreICNexus* nexus);
/external/v8/src/compiler/
Djs-native-context-specialization.cc951 KeyedStoreICNexus nexus(p.feedback().vector(), p.feedback().slot()); in ReduceJSStoreProperty()
/external/v8/src/crankshaft/
Dhydrogen.cc7783 KeyedStoreICNexus nexus(vector, slot); in HandleKeyedElementAccess()