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

  /external/v8/src/crankshaft/
typing.h 23 Scope* scope, BailoutId osr_ast_id, FunctionLiteral* root,
hydrogen-osr.cc 14 return statement->OsrEntryId() == builder_->current_info()->osr_ast_id();
lithium-codegen.cc 337 data->SetOsrAstId(Smi::FromInt(info_->osr_ast_id().ToInt()));
typing.cc 18 Scope* scope, BailoutId osr_ast_id, FunctionLiteral* root,
24 osr_ast_id_(osr_ast_id),
hydrogen.cc 186 info()->scope(), info()->osr_ast_id(), info()->literal(),
    [all...]
  /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;
compiler.cc 560 Handle<JSFunction> function, BailoutId osr_ast_id) {
564 function->context()->native_context(), osr_ast_id);
591 literals, info->osr_ast_id());
600 DCHECK(info->osr_ast_id().IsNone());
729 BailoutId osr_ast_id = BailoutId::None(),
735 if (GetCodeFromOptimizedCodeMap(function, osr_ast_id)
740 if (!osr_ast_id.IsNone()) {
741 PrintF(" at OSR AST id %d", osr_ast_id.ToInt());
763 info->SetOptimizingForOsr(osr_ast_id, osr_frame);
    [all...]
objects.h     [all...]
objects.cc     [all...]
  /external/v8/src/compiler/
ast-loop-assignment-analyzer.cc 34 if (info()->is_osr() && info()->osr_ast_id() == loop->OsrEntryId())
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()));
ast-graph-builder.cc     [all...]
  /external/v8/src/full-codegen/
full-codegen.h 478 void RecordBackEdge(BailoutId osr_ast_id);
    [all...]

Completed in 140 milliseconds