Home
last modified time | relevance | path

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

/external/v8/src/codegen/
Doptimized-compilation-info.h109 bool is_osr() const { return !osr_offset_.IsNone(); } in is_osr()
119 BailoutId osr_offset() const { return osr_offset_; } in osr_offset()
157 osr_offset_ = osr_offset; in SetOptimizingForOsr()
277 BailoutId osr_offset_ = BailoutId::None();
/external/v8/src/compiler/
Dserializer-for-background-compilation.cc560 BailoutId osr_offset() const { return osr_offset_; } in osr_offset()
569 BailoutId const osr_offset_; member in v8::internal::compiler::SerializerForBackgroundCompilation
1065 osr_offset_(osr_offset), in SerializerForBackgroundCompilation()
1088 osr_offset_(BailoutId::None()), in SerializerForBackgroundCompilation()