Home | History | Annotate | Download | only in compiler

Lines Matching defs:osr_ast_id

589     data->SetOsrAstId(Smi::FromInt(info_->osr_ast_id().ToInt()));
592 BailoutId osr_ast_id = BailoutId::None();
593 data->SetOsrAstId(Smi::FromInt(osr_ast_id.ToInt()));