Lines Matching defs:slow_case
1158 Label* slow_case) {
1164 __ JumpIfSmi(object, slow_case);
1167 __ j(below, slow_case);
1171 __ j(NegateCondition(check), slow_case);
1177 __ CheckMap(scratch1, arguments_map, slow_case, DONT_DO_SMI_CHECK);
1211 Label* slow_case) {
1220 __ CheckMap(backing_store, fixed_array_map, slow_case, DONT_DO_SMI_CHECK);
1223 __ j(greater_equal, slow_case);