Lines Matching refs:Bailout
9 labels Bailout {
11 if (count >= kMaxNewSpaceFixedArrayElements) goto Bailout;
15 Cast<FixedArray>(args.elements) otherwise Bailout;
16 if (SmiAbove(end, sourceElements.length)) goto Bailout;
23 Cast<FixedArray>(result.elements) otherwise Bailout;
33 labels Bailout {
35 if (count >= kMaxNewSpaceFixedArrayElements) goto Bailout;
38 Cast<SloppyArgumentsElements>(args.elements) otherwise Bailout;
46 otherwise Bailout;
48 if (SmiAbove(end, unmappedElementsLength)) goto Bailout;
89 labels Bailout {
90 const start: Smi = Cast<Smi>(startNumber) otherwise Bailout;
91 const count: Smi = Cast<Smi>(countNumber) otherwise Bailout;
103 if (SmiAbove(start + count, a.length)) goto Bailout;
113 otherwise Bailout;
117 goto Bailout;
120 goto Bailout;
125 otherwise Bailout;