Home
last modified time | relevance | path

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

/external/v8/src/
Dcompiler.h98 bool is_osr() const { return !osr_ast_id_.IsNone(); } in is_osr()
126 BailoutId osr_ast_id() const { return osr_ast_id_; } in osr_ast_id()
282 osr_ast_id_ = osr_ast_id; in SetOptimizing()
377 return osr_ast_id_ == osr_ast_id && function.is_identical_to(closure_); in HasSameOsrEntry()
469 BailoutId osr_ast_id_; variable
Dcompiler.cc51 osr_ast_id_(BailoutId::None()), in CompilationInfo()
65 osr_ast_id_(BailoutId::None()), in CompilationInfo()
81 osr_ast_id_(BailoutId::None()), in CompilationInfo()
98 osr_ast_id_(BailoutId::None()), in CompilationInfo()
112 osr_ast_id_(BailoutId::None()), in CompilationInfo()
130 osr_ast_id_(BailoutId::None()), in CompilationInfo()