Searched refs:LoadICNexus (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ |
D | feedback-vector.h | 536 class LoadICNexus : public FeedbackNexus { 538 LoadICNexus(Handle<FeedbackVector> vector, FeedbackSlot slot) in LoadICNexus() function 542 LoadICNexus(FeedbackVector* vector, FeedbackSlot slot) in LoadICNexus() function
|
D | feedback-vector.cc | 288 LoadICNexus nexus(this, slot); in ClearSlots() 459 InlineCacheState LoadICNexus::StateFromFeedback() const { in StateFromFeedback() 634 void LoadICNexus::ConfigureMonomorphic(Handle<Map> receiver_map, in ConfigureMonomorphic() 697 void LoadICNexus::ConfigurePolymorphic(MapHandleList* maps, in ConfigurePolymorphic()
|
D | type-info.cc | 76 LoadICNexus nexus(feedback_vector_, slot); in LoadInlineCacheState() 390 LoadICNexus nexus(feedback_vector_, slot); in PropertyReceiverTypes()
|
D | objects-printer.cc | 702 LoadICNexus nexus(this, slot); in FeedbackVectorPrint()
|
/external/v8/src/ic/ |
D | ic.cc | 548 LoadICNexus* nexus = casted_nexus<LoadICNexus>(); in ConfigureVectorState() 599 LoadICNexus* nexus = casted_nexus<LoadICNexus>(); in ConfigureVectorState() 2558 LoadICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION()
|
/external/v8/src/compiler/ |
D | js-native-context-specialization.cc | 871 LoadICNexus nexus(p.feedback().vector(), p.feedback().slot()); in ReduceJSLoadNamed()
|