Lines Matching refs:bailout
48 ElementsKind to_kind, Label* bailout);
61 Label* map_mismatch, Label* bailout);
64 ElementsKind packed_kind, Label* bailout);
68 ElementsKind packed_kind_2, Label* bailout);
75 Label* readonly, Label* bailout);
78 Node* value, Label* bailout);
121 ElementsKind from_kind, ElementsKind to_kind, Label* bailout) { in TryRewriteElements() argument
126 TrapAllocationMemento(receiver, bailout); in TryRewriteElements()
145 GotoIf(WordNotEqual(receiver_map, holey_map), bailout); in TryRewriteElements()
158 capacity, INTPTR_PARAMETERS, bailout); in TryRewriteElements()
167 Label* map_mismatch, Label* bailout) { in TryChangeToHoleyMapHelper() argument
173 TrapAllocationMemento(receiver, bailout); in TryChangeToHoleyMapHelper()
183 Node* context, ElementsKind packed_kind, Label* bailout) { in TryChangeToHoleyMap() argument
191 holey_kind, &already_holey, bailout, bailout); in TryChangeToHoleyMap()
198 Label* bailout) { in TryChangeToHoleyMapMulti() argument
211 bailout); in TryChangeToHoleyMapMulti()
215 bailout, bailout); in TryChangeToHoleyMapMulti()
523 Label* bailout) { in LookupPropertyOnPrototypeChain() argument
545 &var_entry, &next_proto, bailout); in LookupPropertyOnPrototypeChain()
601 bailout); in LookupPropertyOnPrototypeChain()
614 Node* value, Label* bailout) { in CheckFieldType() argument
627 bailout); in CheckFieldType()
633 { Branch(TaggedIsSmi(value), &all_fine, bailout); } in CheckFieldType()
644 Branch(IsHeapNumberMap(value_map), &all_fine, bailout); in CheckFieldType()
649 GotoIf(TaggedIsSmi(value), bailout); in CheckFieldType()
655 GotoIf(WordEqual(field_type, IntPtrConstant(kNoneType)), bailout); in CheckFieldType()
660 field_type = LoadWeakCellValue(field_type, bailout); in CheckFieldType()
663 Branch(WordEqual(LoadMap(value), field_type), &all_fine, bailout); in CheckFieldType()