Home
last modified time | relevance | path

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

/external/v8/src/
Dtype-feedback-vector.cc328 KeyedLoadICNexus nexus(this, slot); in ClearSlotsImpl()
490 void KeyedLoadICNexus::ConfigureMegamorphicKeyed(IcCheckType property_type) { in ConfigureMegamorphicKeyed()
540 InlineCacheState KeyedLoadICNexus::StateFromFeedback() const { in StateFromFeedback()
704 void KeyedLoadICNexus::ConfigureMonomorphic(Handle<Name> name, in ConfigureMonomorphic()
754 void KeyedLoadICNexus::ConfigurePolymorphic(Handle<Name> name, in ConfigurePolymorphic()
951 void KeyedLoadICNexus::Clear(Code* host) { in Clear()
956 Name* KeyedLoadICNexus::FindFirstName() const { in FindFirstName()
1012 IcCheckType KeyedLoadICNexus::GetKeyType() const { in GetKeyType()
Dtype-feedback-vector.h541 class KeyedLoadICNexus : public FeedbackNexus {
543 KeyedLoadICNexus(Handle<TypeFeedbackVector> vector, FeedbackVectorSlot slot) in KeyedLoadICNexus() function
547 KeyedLoadICNexus(TypeFeedbackVector* vector, FeedbackVectorSlot slot) in KeyedLoadICNexus() function
Dtype-info.cc83 KeyedLoadICNexus nexus(feedback_vector_, slot); in LoadInlineCacheState()
297 KeyedLoadICNexus nexus(feedback_vector_, slot); in KeyedPropertyReceiverTypes()
Dobjects-printer.cc685 KeyedLoadICNexus nexus(this, slot); in TypeFeedbackVectorPrint()
/external/v8/src/ic/
Dic.cc438 void KeyedLoadIC::Clear(Isolate* isolate, Code* host, KeyedLoadICNexus* nexus) { in Clear()
529 KeyedLoadICNexus* nexus = casted_nexus<KeyedLoadICNexus>(); in ConfigureVectorState()
555 KeyedLoadICNexus* nexus = casted_nexus<KeyedLoadICNexus>(); in ConfigureVectorState()
578 KeyedLoadICNexus* nexus = casted_nexus<KeyedLoadICNexus>(); in ConfigureVectorState()
2293 KeyedLoadICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION()
2383 KeyedLoadICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION()
2401 KeyedLoadICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION()
3043 KeyedLoadICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION()
Dic.h338 KeyedLoadICNexus* nexus = NULL)
356 static void Clear(Isolate* isolate, Code* host, KeyedLoadICNexus* nexus);
/external/v8/src/compiler/
Djs-native-context-specialization.cc935 KeyedLoadICNexus nexus(p.feedback().vector(), p.feedback().slot()); in ReduceJSLoadProperty()
/external/v8/test/cctest/heap/
Dtest-heap.cc3728 KeyedLoadICNexus nexus(vector, slot); in CheckVectorIC()
5238 KeyedLoadICNexus nexus(vector, slot); in CheckIC()
/external/v8/src/crankshaft/
Dhydrogen.cc7780 KeyedLoadICNexus nexus(vector, slot); in HandleKeyedElementAccess()