Searched refs:KeyedLoadICNexus (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/ |
D | type-feedback-vector.cc | 207 KeyedLoadICNexus nexus(this, slot); in ClearSlotsImpl() 369 InlineCacheState KeyedLoadICNexus::StateFromFeedback() const { in StateFromFeedback() 516 void KeyedLoadICNexus::ConfigureMonomorphic(Handle<Name> name, in ConfigureMonomorphic() 567 void KeyedLoadICNexus::ConfigurePolymorphic(Handle<Name> name, in ConfigurePolymorphic() 761 void KeyedLoadICNexus::Clear(Code* host) { in Clear() 766 Name* KeyedLoadICNexus::FindFirstName() const { in FindFirstName()
|
D | type-feedback-vector.h | 457 class KeyedLoadICNexus : public FeedbackNexus { 459 KeyedLoadICNexus(Handle<TypeFeedbackVector> vector, FeedbackVectorSlot slot) in KeyedLoadICNexus() function 463 KeyedLoadICNexus(TypeFeedbackVector* vector, FeedbackVectorSlot slot) in KeyedLoadICNexus() function
|
D | type-info.cc | 83 KeyedLoadICNexus nexus(feedback_vector_, slot); in LoadInlineCacheState() 301 KeyedLoadICNexus nexus(feedback_vector_, slot); in KeyedPropertyReceiverTypes()
|
D | objects-printer.cc | 616 KeyedLoadICNexus nexus(this, slot); in TypeFeedbackVectorPrint()
|
/external/v8/src/ic/ |
D | ic.cc | 479 void KeyedLoadIC::Clear(Isolate* isolate, Code* host, KeyedLoadICNexus* nexus) { in Clear() 599 KeyedLoadICNexus* nexus = casted_nexus<KeyedLoadICNexus>(); in ConfigureVectorState() 622 KeyedLoadICNexus* nexus = casted_nexus<KeyedLoadICNexus>(); in ConfigureVectorState() 2259 KeyedLoadICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION() 2280 KeyedLoadICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION() 2299 KeyedLoadICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION() 2975 KeyedLoadICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION()
|
D | ic.h | 391 KeyedLoadICNexus* nexus = NULL) 422 static void Clear(Isolate* isolate, Code* host, KeyedLoadICNexus* nexus);
|
/external/v8/src/compiler/ |
D | js-native-context-specialization.cc | 932 KeyedLoadICNexus nexus(p.feedback().vector(), p.feedback().slot()); in ReduceJSLoadProperty()
|
/external/v8/test/cctest/heap/ |
D | test-heap.cc | 3675 KeyedLoadICNexus nexus(vector, slot); in CheckVectorIC() 5268 KeyedLoadICNexus nexus(vector, slot); in CheckIC()
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 7622 KeyedLoadICNexus nexus(vector, slot); in HandleKeyedElementAccess()
|