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 465 data->SetOsrAstId(Smi::FromInt(info_->osr_ast_id().ToInt()));
468 BailoutId osr_ast_id = BailoutId::None(); local
469 data->SetOsrAstId(Smi::FromInt(osr_ast_id.ToInt()));
  /external/v8/src/
compiler.h 119 Handle<JSFunction> function, BailoutId osr_ast_id,
178 BailoutId osr_ast_id() const { return osr_ast_id_; } function in class:v8::internal::final
335 void SetOptimizingForOsr(BailoutId osr_ast_id, JavaScriptFrame* osr_frame) {
337 osr_ast_id_ = osr_ast_id;

Completed in 193 milliseconds