Lines Matching full:branch
201 a->Branch(has_initialmap, &if_unmodified, &if_modified);
248 a->Branch(has_initialmap, &if_unmodified, &if_modified);
336 a->Branch(a->UintPtrLessThan(var_from_cursor.value(), limit), &loop, &out);
394 a->Branch(should_update_last_index, &if_doupdate, &if_dontupdate);
517 a->Branch(a->IsJSReceiverInstanceType(value_instance_type), &out,
583 a->Branch(proto_has_initialmap, if_isunmodified, if_ismodified);
614 a->Branch(IsInitialRegExpMap(a, context, map), &if_isunmodifiedjsregexp,
826 a->Branch(a->Word32Equal(instance_type, a->Int32Constant(JS_REGEXP_TYPE)),
846 a->Branch(a->WordEqual(receiver, initial_prototype), &if_isprototype,
1031 a->Branch(a->IsCallableMap(exec_map), &if_iscallable, &if_isnotcallable);
1230 a->Branch(a->WordEqual(match_indices_map, initial_regexp_result_map),
1701 a->Branch(a->SmiEqual(num_capture_registers, a->SmiConstant(Smi::FromInt(2))),
1733 a->Branch(a->TaggedIsSmi(elem), &if_issmi, &if_isstring);
1887 a->Branch(a->WordEqual(is_global, int_zero), &if_isnonglobal, &if_isglobal);
1909 a->Branch(a->WordEqual(match_indices, null), &if_didnotmatch, &if_matched);
1934 a->Branch(a->SmiEqual(replace_length, smi_zero), &if_replaceisempty,
2013 a->Branch(a->IsCallableMap(replace_value_map), &if_iscallable,
2041 a->Branch(is_global, &if_isglobal, &if_isnotglobal);
2091 a->Branch(a->WordEqual(match_indices, null), &if_didnotmatch, &if_matched);