Home
last modified time | relevance | path

Searched refs:osr_ast_id_ (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dcompilation-info.h74 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
Dcompilation-info.cc91 osr_ast_id_(BailoutId::None()), in CompilationInfo()
/external/v8/src/crankshaft/
Dtyping.h45 BailoutId osr_ast_id_; variable
Dtyping.cc25 osr_ast_id_(osr_ast_id), in AstTyper()
55 if (stmt->OsrEntryId() != osr_ast_id_) return; in ObserveTypesAtOsrEntry()
/external/v8/src/compiler/
Dbytecode-graph-builder.h285 BailoutId osr_ast_id_; variable
Dbytecode-graph-builder.cc500 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()