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

  /external/v8/src/compiler/
code-generator.cc 589 data->SetOsrAstId(Smi::FromInt(info_->osr_ast_id().ToInt()));
592 BailoutId osr_ast_id = BailoutId::None(); local
593 data->SetOsrAstId(Smi::FromInt(osr_ast_id.ToInt()));
    [all...]
  /external/v8/src/
compilation-info.h 80 BailoutId osr_ast_id() const { return osr_ast_id_; } function in class:v8::internal::final
215 void SetOptimizingForOsr(BailoutId osr_ast_id, JavaScriptFrame* osr_frame) {
217 osr_ast_id_ = osr_ast_id;

Completed in 78 milliseconds