Searched refs:type_feedback (Results 1 – 2 of 2) sorted by relevance
187 BinaryOperationHint BinaryOperationHintFromFeedback(int type_feedback) { in BinaryOperationHintFromFeedback() argument188 switch (type_feedback) { in BinaryOperationHintFromFeedback()210 CompareOperationHint CompareOperationHintFromFeedback(int type_feedback) { in CompareOperationHintFromFeedback() argument211 switch (type_feedback) { in CompareOperationHintFromFeedback()237 ForInHint ForInHintFromFeedback(int type_feedback) { in ForInHintFromFeedback() argument238 switch (type_feedback) { in ForInHintFromFeedback()
710 inline BinaryOperationHint BinaryOperationHintFromFeedback(int type_feedback);711 inline CompareOperationHint CompareOperationHintFromFeedback(int type_feedback);712 inline ForInHint ForInHintFromFeedback(int type_feedback);