Lines Matching defs:if_bailout
1660 Label* if_bailout);
2029 Label* if_bailout);
2032 Label* if_bailout);
2998 // |if_notinternalized| is optional; |if_bailout| will be used by default.
3004 TVariable<Name>* var_unique, Label* if_bailout,
3030 // - |if_bailout| for unsupported cases (e.g. uncachable array index).
3035 Label* if_not_internalized, Label* if_bailout);
3181 Label* if_bailout);
3207 Label* if_not_found, Label* if_bailout);
3214 Label* if_bailout, GetOwnPropertyMode mode);
3290 // the control goes to {if_not_found} or {if_bailout} respectively.
3300 Label* if_not_found, Label* if_bailout);
3316 // chain needs to be checked. And if_bailout if the lookup is unsupported.
3321 Label* if_bailout);
3337 Label* if_bailout)>;
3344 Label* if_bailout)>;
3351 // to {if_bailout}.
3352 // If {if_proxy} is nullptr, proxies go to if_bailout.
3357 Label* if_bailout, Label* if_proxy, bool handle_private_names = false);
4020 Label* if_bailout,
4260 // {if_bailout}.
4263 Label* if_bailout);
4367 // Jumps to if_bailout if the string if the string is indirect and cannot
4369 TNode<String> TryToDirect(Label* if_bailout);
4372 // Jumps to if_bailout if the external string cannot be unpacked.
4373 TNode<RawPtrT> PointerToData(Label* if_bailout) {
4374 return TryToSequential(PTR_TO_DATA, if_bailout);
4378 // Jumps to if_bailout if the external string cannot be unpacked.
4379 TNode<RawPtrT> PointerToString(Label* if_bailout) {
4380 return TryToSequential(PTR_TO_STRING, if_bailout);
4389 TNode<RawPtrT> TryToSequential(StringPointerKind ptr_kind, Label* if_bailout);