Home | History | Annotate | Download | only in src

Lines Matching refs:bailout

1564   // Skip handling slow case and directly jump to bailout.
1565 void SkipSlow(MacroAssembler* masm, Label* bailout) {
1568 masm->jmp(bailout);
1611 // Skip handling slow case and directly jump to bailout.
1612 void SkipSlow(MacroAssembler* masm, Label* bailout) {
1614 masm->jmp(bailout);
1673 // Skip handling slow case and directly jump to bailout.
1674 void SkipSlow(MacroAssembler* masm, Label* bailout) {
1675 char_code_at_generator_.SkipSlow(masm, bailout);
1676 char_from_code_generator_.SkipSlow(masm, bailout);