Home | History | Annotate | Download | only in src

Lines Matching refs:bailout_type_

558       bailout_type_(type),
585 if (bailout_type_ == Deoptimizer::SOFT) {
620 switch (bailout_type_) {
767 MessageFor(bailout_type_),
775 if (bailout_type_ == EAGER || bailout_type_ == SOFT ||
857 MessageFor(bailout_type_),
1098 if (is_topmost && bailout_type_ != DEBUGGER) {
1101 if (bailout_type_ == LAZY) {
1103 } else if (bailout_type_ == SOFT) {
1106 CHECK_EQ(bailout_type_, EAGER);
1923 DCHECK_NE(DEBUGGER, bailout_type_);
2035 CHECK_EQ(DEBUGGER, bailout_type_);