Searched refs:KeyedLoadICNexus (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/ |
D | type-feedback-vector.cc | 328 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()
|
D | type-feedback-vector.h | 541 class KeyedLoadICNexus : public FeedbackNexus { 543 KeyedLoadICNexus(Handle<TypeFeedbackVector> vector, FeedbackVectorSlot slot) in KeyedLoadICNexus() function 547 KeyedLoadICNexus(TypeFeedbackVector* vector, FeedbackVectorSlot slot) in KeyedLoadICNexus() function
|
D | type-info.cc | 83 KeyedLoadICNexus nexus(feedback_vector_, slot); in LoadInlineCacheState() 297 KeyedLoadICNexus nexus(feedback_vector_, slot); in KeyedPropertyReceiverTypes()
|
D | objects-printer.cc | 685 KeyedLoadICNexus nexus(this, slot); in TypeFeedbackVectorPrint()
|
/external/v8/src/ic/ |
D | ic.cc | 438 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()
|
D | ic.h | 338 KeyedLoadICNexus* nexus = NULL) 356 static void Clear(Isolate* isolate, Code* host, KeyedLoadICNexus* nexus);
|
/external/v8/src/compiler/ |
D | js-native-context-specialization.cc | 935 KeyedLoadICNexus nexus(p.feedback().vector(), p.feedback().slot()); in ReduceJSLoadProperty()
|
/external/v8/test/cctest/heap/ |
D | test-heap.cc | 3728 KeyedLoadICNexus nexus(vector, slot); in CheckVectorIC() 5238 KeyedLoadICNexus nexus(vector, slot); in CheckIC()
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 7780 KeyedLoadICNexus nexus(vector, slot); in HandleKeyedElementAccess()
|