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

  /external/v8/src/
compiler.h 98 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
compiler.cc 51 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()),
    [all...]

Completed in 27 milliseconds