Home | History | Annotate | Download | only in src

Lines Matching refs:bailout_type_

438       bailout_type_(type),
468 if (bailout_type_ == Deoptimizer::SOFT) {
696 MessageFor(bailout_type_));
703 if (bailout_type_ == EAGER || bailout_type_ == SOFT ||
793 MessageFor(bailout_type_));
1035 if (bailout_type_ == LAZY) {
1037 } else if (bailout_type_ == SOFT) {
1040 CHECK_EQ(bailout_type_, EAGER);
1276 (!is_topmost || (bailout_type_ == LAZY)) && !goto_catch_handler
1308 if (bailout_type_ == LAZY) {
1310 } else if (bailout_type_ == SOFT) {
1313 CHECK_EQ(bailout_type_, EAGER);
1513 CHECK(!is_topmost || bailout_type_ == LAZY);
1669 DCHECK_EQ(LAZY, bailout_type_);
1684 bailout_type_ == LAZY);
1853 DCHECK_EQ(LAZY, bailout_type_);