Lines Matching refs:nexus
1472 FeedbackNexus nexus(feedback_vector(), slot); in VisitCreateClosure() local
1479 shared_info, nexus.GetFeedbackCell(), in VisitCreateClosure()
1647 FeedbackNexus nexus(feedback_vector(), slot); in VisitGetTemplateObject() local
1650 if (nexus.GetFeedback() == MaybeObject::FromSmi(Smi::kZero)) { in VisitGetTemplateObject()
1656 nexus.vector()->Set(slot, *cached_value); in VisitGetTemplateObject()
1659 JSArray::cast(nexus.GetFeedback()->ToStrongHeapObject()), isolate()); in VisitGetTemplateObject()
2186 FeedbackNexus nexus(feedback_vector(), slot); in GetBinaryOperationHint() local
2187 return nexus.GetBinaryOperationFeedback(); in GetBinaryOperationHint()
2194 FeedbackNexus nexus(feedback_vector(), slot); in GetCompareOperationHint() local
2195 return nexus.GetCompareOperationFeedback(); in GetCompareOperationHint()
2201 FeedbackNexus nexus(feedback_vector(), slot); in GetForInMode() local
2202 switch (nexus.GetForInFeedback()) { in GetForInMode()
2216 FeedbackNexus nexus(feedback_vector(), FeedbackVector::ToSlot(slot_id)); in ComputeCallFrequency() local
2217 return CallFrequency(nexus.ComputeCallFrequency() * in ComputeCallFrequency()
2222 FeedbackNexus nexus(feedback_vector(), FeedbackVector::ToSlot(slot_id)); in GetSpeculationMode() local
2223 return nexus.GetSpeculationMode(); in GetSpeculationMode()