Home | History | Annotate | Download | only in compiler

Lines Matching refs:osr_helper_

235   OsrHelper* osr_helper() { return &(*osr_helper_); }
385 DCHECK(!osr_helper_.has_value());
386 osr_helper_.emplace(info());
399 osr_helper_, start_source_position_, jump_optimization_info_,
433 base::Optional<OsrHelper> osr_helper_;