Lines Matching refs:if_bailout

2939     TNode<JSFunction> function, Label* if_bailout) {
2945 GotoIf(IsTheHole(proto_or_map), if_bailout);
7134 TNode<String> ToDirectStringAssembler::TryToDirect(Label* if_bailout) {
7159 Switch(representation, if_bailout, values, labels, arraysize(values));
7169 if_bailout);
7183 Goto(if_bailout);
7223 StringPointerKind ptr_kind, Label* if_bailout) {
7247 if_bailout);
7532 TNode<HeapObject> input, TVariable<Number>* var_result, Label* if_bailout) {
7540 GotoIfNot(InstanceTypeEqual(input_instance_type, ODDBALL_TYPE), if_bailout);
8043 Label* if_bailout,
8084 if_bailout);
8094 if_notinternalized != nullptr ? if_notinternalized : if_bailout);
8119 if_bailout);
8193 Label* if_not_internalized, Label* if_bailout) {
8208 if_bailout);
9250 TNode<JSReceiver> receiver, Label* if_bailout) {
9257 GotoIf(TaggedIsSmi(constructor), if_bailout);
9263 GotoIf(IsFunctionTemplateInfoMap(function_map), if_bailout);
9284 GotoIfNot(IsContext(context), if_bailout);
9291 TNode<Context> context, TNode<JSReceiver> receiver, Label* if_bailout) {
9307 Goto(if_bailout);
9442 Label* if_bailout) {
9448 var_name_index, if_not_found, if_bailout);
9454 if_bailout);
9460 GotoIf(IsSetWord32(bit_field, mask), if_bailout);
9475 Label* if_bailout) {
9484 if_not_found, if_bailout);
9708 Label* if_bailout, GetOwnPropertyMode mode) {
9755 : if_bailout;
9759 GetCreationContext(CAST(holder), if_bailout);
9799 if_bailout);
9807 if_bailout);
9819 if_bailout);
9822 GotoIfPrototypeRequiresRuntimeLookup(function, holder_map, if_bailout);
9823 var_value = LoadJSFunctionPrototype(function, if_bailout);
9834 if_bailout);
9836 GotoIfNot(TaggedIsNotSmi(holder_value), if_bailout);
9837 GotoIfNot(IsString(CAST(holder_value)), if_bailout);
9851 Label* if_bailout) {
9854 if_bailout, kCallJSGetterUseCachedName);
9862 Label* if_not_found, Label* if_bailout, GetOwnPropertyMode mode) {
9879 &var_entry, if_not_found, if_bailout);
9915 context, receiver, unique_name, if_bailout, mode);
9924 Label* if_not_found, Label* if_bailout) {
9926 GotoIf(IsSpecialReceiverInstanceType(instance_type), if_bailout);
10010 Switch(elements_kind, if_bailout, values, labels, arraysize(values));
10041 if_bailout);
10043 GotoIf(IntPtrLessThan(intptr_index, IntPtrConstant(0)), if_bailout);
10087 if_bailout);
10089 GotoIf(IntPtrLessThan(intptr_index, IntPtrConstant(0)), if_bailout);
10128 Label* if_bailout, Label* if_proxy, bool handle_private_names) {
10130 GotoIf(TaggedIsSmi(receiver), if_bailout);
10138 if_bailout);
10149 if_bailout);
10167 &check_integer_indexed_exotic, if_bailout);
10175 BranchIfMaybeSpecialIndex(CAST(var_unique.value()), if_bailout,
10213 var_index.value(), &next_proto, if_bailout);
13451 TNode<Name> unique_name, Label* next_holder, Label* if_bailout) {
13453 &return_true, next_holder, if_bailout);
13460 TNode<IntPtrT> index, Label* next_holder, Label* if_bailout) {
13462 &return_true, &return_false, next_holder, if_bailout);