Lines Matching refs:bailout
1486 TNode<Object> value, Label* bailout) {
1496 bailout);
1502 { Branch(TaggedIsSmi(value), &all_fine, bailout); }
1507 Branch(IsHeapNumber(CAST(value)), &all_fine, bailout);
1512 GotoIf(TaggedIsSmi(value), bailout);
1522 bailout);
1530 CAST(GetHeapObjectAssumeWeak(field_type, bailout));
1533 bailout);
2086 Label* bailout) {
2087 GotoIf(TaggedIsSmi(value), bailout);
2104 GetHeapObjectAssumeWeak(maybe_field_type, bailout);
2105 Branch(TaggedEqual(LoadMap(CAST(value)), field_type), &done, bailout);
2111 TNode<Word32T> handler_word, TNode<JSObject> holder, Label* bailout) {
2129 bailout);