Lines Matching full:nexus
1557 BinaryOpICNexus nexus(feedback_vector(), slot);
1558 return nexus.GetBinaryOperationFeedback();
1571 CompareICNexus nexus(feedback_vector(), slot);
1572 return nexus.GetCompareOperationFeedback();
1576 CallICNexus nexus(feedback_vector(), feedback_vector()->ToSlot(slot_id));
1577 return nexus.ComputeCallFrequency() * invocation_frequency_;