Searched refs:osr_ast_id_ (Results 1 – 6 of 6) sorted by relevance
74 bool is_osr() const { return !osr_ast_id_.IsNone(); } in is_osr()78 BailoutId osr_ast_id() const { return osr_ast_id_; } in osr_ast_id()216 osr_ast_id_ = osr_ast_id; in SetOptimizingForOsr()356 BailoutId osr_ast_id_; variable
91 osr_ast_id_(BailoutId::None()), in CompilationInfo()
45 BailoutId osr_ast_id_; variable
25 osr_ast_id_(osr_ast_id), in AstTyper()55 if (stmt->OsrEntryId() != osr_ast_id_) return; in ObserveTypesAtOsrEntry()
285 BailoutId osr_ast_id_; variable
500 osr_ast_id_(info->osr_ast_id()), in BytecodeGraphBuilder()1906 if (!osr_ast_id_.IsNone() && osr_ast_id_.ToInt() == current_offset) { in BuildOSRLoopEntryPoint()1917 if (!osr_ast_id_.IsNone()) { in BuildOSRNormalEntryPoint()1923 DCHECK(branch_analysis()->backward_branches_target(osr_ast_id_.ToInt())); in BuildOSRNormalEntryPoint()