Home
last modified time | relevance | path

Searched refs:KeyedLoadICNexus (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Dtype-feedback-vector.cc207 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()
Dtype-feedback-vector.h457 class KeyedLoadICNexus : public FeedbackNexus {
459 KeyedLoadICNexus(Handle<TypeFeedbackVector> vector, FeedbackVectorSlot slot) in KeyedLoadICNexus() function
463 KeyedLoadICNexus(TypeFeedbackVector* vector, FeedbackVectorSlot slot) in KeyedLoadICNexus() function
Dtype-info.cc83 KeyedLoadICNexus nexus(feedback_vector_, slot); in LoadInlineCacheState()
301 KeyedLoadICNexus nexus(feedback_vector_, slot); in KeyedPropertyReceiverTypes()
Dobjects-printer.cc616 KeyedLoadICNexus nexus(this, slot); in TypeFeedbackVectorPrint()
/external/v8/src/ic/
Dic.cc479 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()
Dic.h391 KeyedLoadICNexus* nexus = NULL)
422 static void Clear(Isolate* isolate, Code* host, KeyedLoadICNexus* nexus);
/external/v8/src/compiler/
Djs-native-context-specialization.cc932 KeyedLoadICNexus nexus(p.feedback().vector(), p.feedback().slot()); in ReduceJSLoadProperty()
/external/v8/test/cctest/heap/
Dtest-heap.cc3675 KeyedLoadICNexus nexus(vector, slot); in CheckVectorIC()
5268 KeyedLoadICNexus nexus(vector, slot); in CheckIC()
/external/v8/src/crankshaft/
Dhydrogen.cc7622 KeyedLoadICNexus nexus(vector, slot); in HandleKeyedElementAccess()