Home
last modified time | relevance | path

Searched refs:osr_offset_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Doptimized-compilation-info.h73 bool is_osr() const { return !osr_offset_.IsNone(); } in is_osr()
91 BailoutId osr_offset() const { return osr_offset_; } in osr_offset()
215 osr_offset_ = osr_offset; in SetOptimizingForOsr()
309 BailoutId osr_offset_; variable
Doptimized-compilation-info.cc75 osr_offset_(BailoutId::None()), in OptimizedCompilationInfo()
/external/v8/src/compiler/
Dbytecode-graph-builder.h389 BailoutId osr_offset_; variable
Dbytecode-graph-builder.cc537 osr_offset_(osr_offset), in BytecodeGraphBuilder()
878 bytecode_analysis.Analyze(osr_offset_); in VisitBytecodes()