Lines Matching refs:case_labels
158 Label* case_labels[] = { in TF_BUILTIN() local
161 Switch(instance_type, &other, case_values, case_labels, in TF_BUILTIN()
162 arraysize(case_labels)); in TF_BUILTIN()
221 Label* case_labels[] = { in TF_BUILTIN() local
224 Switch(instance_type, &other, case_values, case_labels, in TF_BUILTIN()
225 arraysize(case_labels)); in TF_BUILTIN()
282 Label* case_labels[] = { in TF_BUILTIN() local
285 Switch(instance_type, &other, case_values, case_labels, in TF_BUILTIN()
286 arraysize(case_labels)); in TF_BUILTIN()
360 Label* case_labels[] = { in TF_BUILTIN() local
363 Switch(instance_type, &other, case_values, case_labels, in TF_BUILTIN()
364 arraysize(case_labels)); in TF_BUILTIN()
457 Label* case_labels[] = { in BINOP_BUILTIN() local
460 Switch(instance_type, &other, case_values, case_labels, in BINOP_BUILTIN()
461 arraysize(case_labels)); in BINOP_BUILTIN()