Searched refs:KeyedStoreICNexus (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/ |
D | type-feedback-vector.cc | 338 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 …]
|
D | type-feedback-vector.h | 594 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
|
D | type-info.cc | 101 KeyedStoreICNexus nexus(feedback_vector_, slot); in StoreIsUninitialized() 144 KeyedStoreICNexus nexus(feedback_vector_, slot); in GetStoreModeAndKeyType() 361 KeyedStoreICNexus nexus(feedback_vector_, slot); in CollectReceiverTypes()
|
D | objects-printer.cc | 700 KeyedStoreICNexus nexus(this, slot); in TypeFeedbackVectorPrint()
|
/external/v8/src/ic/ |
D | ic.cc | 120 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 …]
|
D | ic.h | 424 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/ |
D | js-native-context-specialization.cc | 951 KeyedStoreICNexus nexus(p.feedback().vector(), p.feedback().slot()); in ReduceJSStoreProperty()
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 7783 KeyedStoreICNexus nexus(vector, slot); in HandleKeyedElementAccess()
|