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

/external/v8/src/
H A Dtype-feedback-vector.cc338 KeyedStoreICNexus nexus(this, slot);
410 KeyedStoreICNexus nexus(this, slot);
498 void KeyedStoreICNexus::ConfigureMegamorphicKeyed(IcCheckType property_type) {
590 InlineCacheState KeyedStoreICNexus::StateFromFeedback() const {
728 void KeyedStoreICNexus::ConfigureMonomorphic(Handle<Name> name,
784 void KeyedStoreICNexus::ConfigurePolymorphic(Handle<Name> name,
803 void KeyedStoreICNexus::ConfigurePolymorphic(MapHandleList* maps,
965 Name* KeyedStoreICNexus::FindFirstName() const {
979 void KeyedStoreICNexus::Clear(Code* host) {
984 KeyedAccessStoreMode KeyedStoreICNexus
[all...]
H A Dtype-feedback-vector.h594 class KeyedStoreICNexus : public FeedbackNexus { class in namespace:v8::internal
596 KeyedStoreICNexus(Handle<TypeFeedbackVector> vector, FeedbackVectorSlot slot) function in class:v8::internal::KeyedStoreICNexus
600 explicit KeyedStoreICNexus(Isolate* isolate) function in class:v8::internal::KeyedStoreICNexus
604 KeyedStoreICNexus(TypeFeedbackVector* vector, FeedbackVectorSlot slot) function in class:v8::internal::KeyedStoreICNexus
H A Dtype-info.cc101 KeyedStoreICNexus nexus(feedback_vector_, slot);
144 KeyedStoreICNexus nexus(feedback_vector_, slot);
361 KeyedStoreICNexus nexus(feedback_vector_, slot);
H A Dobjects-printer.cc700 KeyedStoreICNexus nexus(this, slot);
/external/v8/src/ic/
H A Dic.h424 return casted_nexus<KeyedStoreICNexus>()->GetKeyedAccessStoreMode();
428 KeyedStoreICNexus* nexus = NULL)
446 static void Clear(Isolate* isolate, Code* host, KeyedStoreICNexus* nexus);
H A Dic.cc120 casted_nexus<KeyedStoreICNexus>()->GetKeyedAccessStoreMode();
482 KeyedStoreICNexus* nexus) {
533 KeyedStoreICNexus* nexus = casted_nexus<KeyedStoreICNexus>();
562 KeyedStoreICNexus* nexus = casted_nexus<KeyedStoreICNexus>();
585 KeyedStoreICNexus* nexus = casted_nexus<KeyedStoreICNexus>();
599 KeyedStoreICNexus* nexus = casted_nexus<KeyedStoreICNexus>();
[all...]
/external/v8/src/compiler/
H A Djs-native-context-specialization.cc949 // Extract receiver maps from the KEYED_STORE_IC using the KeyedStoreICNexus.
951 KeyedStoreICNexus nexus(p.feedback().vector(), p.feedback().slot());
/external/v8/src/crankshaft/
H A Dhydrogen.cc7783 KeyedStoreICNexus nexus(vector, slot);

Completed in 409 milliseconds