Lines Matching refs:nexus
675 LoadICNexus nexus(this, slot); in TypeFeedbackVectorPrint() local
676 os << Code::ICState2String(nexus.StateFromFeedback()); in TypeFeedbackVectorPrint()
680 LoadGlobalICNexus nexus(this, slot); in TypeFeedbackVectorPrint() local
681 os << Code::ICState2String(nexus.StateFromFeedback()); in TypeFeedbackVectorPrint()
685 KeyedLoadICNexus nexus(this, slot); in TypeFeedbackVectorPrint() local
686 os << Code::ICState2String(nexus.StateFromFeedback()); in TypeFeedbackVectorPrint()
690 CallICNexus nexus(this, slot); in TypeFeedbackVectorPrint() local
691 os << Code::ICState2String(nexus.StateFromFeedback()); in TypeFeedbackVectorPrint()
695 StoreICNexus nexus(this, slot); in TypeFeedbackVectorPrint() local
696 os << Code::ICState2String(nexus.StateFromFeedback()); in TypeFeedbackVectorPrint()
700 KeyedStoreICNexus nexus(this, slot); in TypeFeedbackVectorPrint() local
701 os << Code::ICState2String(nexus.StateFromFeedback()); in TypeFeedbackVectorPrint()