Searched refs:osr_ast_id_ (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 78 milliseconds