Home
last modified time | relevance | path

Searched refs:LoadICNexus (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dfeedback-vector.h536 class LoadICNexus : public FeedbackNexus {
538 LoadICNexus(Handle<FeedbackVector> vector, FeedbackSlot slot) in LoadICNexus() function
542 LoadICNexus(FeedbackVector* vector, FeedbackSlot slot) in LoadICNexus() function
Dfeedback-vector.cc288 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()
Dtype-info.cc76 LoadICNexus nexus(feedback_vector_, slot); in LoadInlineCacheState()
390 LoadICNexus nexus(feedback_vector_, slot); in PropertyReceiverTypes()
Dobjects-printer.cc702 LoadICNexus nexus(this, slot); in FeedbackVectorPrint()
/external/v8/src/ic/
Dic.cc548 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/
Djs-native-context-specialization.cc871 LoadICNexus nexus(p.feedback().vector(), p.feedback().slot()); in ReduceJSLoadNamed()