Searched refs:KeyedStoreICNexus (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/ |
D | type-feedback-vector.cc | 346 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 …]
|
D | type-feedback-vector.h | 621 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
|
D | type-info.cc | 100 KeyedStoreICNexus nexus(feedback_vector_, slot); in StoreIsUninitialized() 143 KeyedStoreICNexus nexus(feedback_vector_, slot); in GetStoreModeAndKeyType() 480 KeyedStoreICNexus nexus(feedback_vector_, slot); in CollectReceiverTypes()
|
D | objects-printer.cc | 786 KeyedStoreICNexus nexus(this, slot); in TypeFeedbackVectorPrint()
|
/external/v8/src/ic/ |
D | ic.h | 437 return casted_nexus<KeyedStoreICNexus>()->GetKeyedAccessStoreMode(); in GetKeyedAccessStoreMode() 441 KeyedStoreICNexus* nexus = NULL) 457 static void Clear(Isolate* isolate, Code* host, KeyedStoreICNexus* nexus);
|
D | ic.cc | 131 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/ |
D | js-native-context-specialization.cc | 932 KeyedStoreICNexus nexus(p.feedback().vector(), p.feedback().slot()); in ReduceJSStoreProperty()
|
/external/v8/src/heap/ |
D | heap.cc | 2766 KeyedStoreICNexus(isolate()).ConfigureMegamorphicKeyed(PROPERTY); in CreateInitialObjects()
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 7261 KeyedStoreICNexus nexus(vector, slot); in HandleKeyedElementAccess()
|