Lines Matching refs:Branch
477 Branch(IsSetWord32<StoreLookupSlotFlags::LanguageModeBit>(bytecode_flags),
492 Branch(IsSetWord32<StoreLookupSlotFlags::LookupHoistingModeBit>(
775 Branch(IntPtrGreaterThan(cell_index, IntPtrConstant(0)), &if_export,
820 Branch(IntPtrGreaterThan(cell_index, IntPtrConstant(0)), &if_export,
1287 Branch(TaggedEqual(value, true_value), &if_true, &if_false);
1815 Branch(IsString(CAST(object)), &if_true, &if_false);
1821 Branch(IsSymbol(CAST(object)), &if_true, &if_false);
1827 Branch(TaggedEqual(object, FalseConstant()), &if_true, &if_false);
1833 Branch(IsBigInt(CAST(object)), &if_true, &if_false);
1841 Branch(IsUndetectableMap(LoadMap(CAST(object))), &if_true, &if_false);
1852 Branch(Word32Equal(callable_undetectable,
1871 Branch(Word32Equal(callable_undetectable, Int32Constant(0)), &if_true,
2133 Branch(TaggedIsSmi(accumulator), &if_notobject, &if_notsmi);
2136 Branch(IsJSReceiver(CAST(accumulator)), &if_object, &if_notobject);
2153 Branch(TaggedIsSmi(accumulator), &if_notobject, &if_notsmi);
2156 Branch(IsJSReceiver(CAST(accumulator)), &if_object, &if_notobject);
2181 Branch(Int32GreaterThanOrEqual(loop_depth, osr_urgency_and_install_target),
2210 Branch(Word32Equal(actual, expected), &osr, &ok);
2288 Branch(IsSetWord32<CreateArrayLiteralFlags::FastCloneSupportedBit>(
2377 Branch(IsSetWord32<CreateObjectLiteralFlags::FastCloneSupportedBit>(
2482 Branch(IsSetWord32<CreateClosureFlags::FastNewClosureBit>(flags), &if_fast,
2496 Branch(IsSetWord32<CreateClosureFlags::PretenuredBit>(flags), &if_oldspace,
2600 Branch(has_duplicate_parameters, &if_duplicate_parameters,
2900 Branch(TaggedEqual(receiver_map, cache_type), &if_fast, &if_slow);
2926 Branch(TaggedEqual(index, cache_length), &if_true, &if_false);