Home | History | Annotate | Download | only in src

Lines Matching full:nexus

702         LoadICNexus nexus(this, slot);
703 os << Code::ICState2String(nexus.StateFromFeedback());
708 LoadGlobalICNexus nexus(this, slot);
709 os << Code::ICState2String(nexus.StateFromFeedback());
713 KeyedLoadICNexus nexus(this, slot);
714 os << Code::ICState2String(nexus.StateFromFeedback());
718 CallICNexus nexus(this, slot);
719 os << Code::ICState2String(nexus.StateFromFeedback());
725 StoreICNexus nexus(this, slot);
726 os << Code::ICState2String(nexus.StateFromFeedback());
731 KeyedStoreICNexus nexus(this, slot);
732 os << Code::ICState2String(nexus.StateFromFeedback());
736 BinaryOpICNexus nexus(this, slot);
737 os << Code::ICState2String(nexus.StateFromFeedback());
741 CompareICNexus nexus(this, slot);
742 os << Code::ICState2String(nexus.StateFromFeedback());
746 StoreDataPropertyInLiteralICNexus nexus(this, slot);
747 os << Code::ICState2String(nexus.StateFromFeedback());