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