Lines Matching refs:bailout
11 #include "src/codegen/bailout-reason.h"
726 // Tries to compute dividend / divisor for Smi inputs; branching to bailout
728 TNode<Smi> TrySmiDiv(TNode<Smi> dividend, TNode<Smi> divisor, Label* bailout);
1427 Label* bailout);
1832 Label* bailout);
1834 void TryStoreArrayElement(ElementsKind kind, Label* bailout,
1840 TVariable<IntPtrT>* arg_index, Label* bailout);
1843 TNode<Object> value, Label* bailout);
2360 TNode<Smi> key, Label* bailout);
2371 Label* bailout);
2378 TNode<TIndex> new_capacity, Label* bailout);
2381 // if necessary, and return a new elements FixedArray object. Label |bailout|
2386 TNode<BInt> growth, Label* bailout);
2763 TNode<String> NumberToString(TNode<Number> input, Label* bailout);
3175 Label* bailout);
3188 // bailout for the IC system to create a named property handler
3193 // GetProperty rather than bailout for Generic/NoFeedback load
3304 // TODO(v8:11167, v8:11177) |bailout| only needed for SetDataProperties
3312 Label* if_not_found, Label* bailout);
3457 KeyedAccessStoreMode store_mode, Label* bailout,
3463 TNode<UintPtrT> length, TNode<IntPtrT> key, Label* bailout);
3469 Label* bailout);
3473 Label* bailout);
4015 Label* bailout);
4072 // capacity value (prior to the incrementation). Otherwise, goto |bailout|.
4075 TNode<Uint32T> max_usable_capacity, Label* bailout);
4272 Label* bailout, TNode<Context> context,