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

  /external/v8/src/crankshaft/
typing.h 27 DeclarationScope* scope, BailoutId osr_ast_id, FunctionLiteral* root,
hydrogen-osr.cc 15 return statement->OsrEntryId() == builder_->current_info()->osr_ast_id();
lithium-codegen.cc 369 data->SetOsrAstId(Smi::FromInt(info_->osr_ast_id().ToInt()));
typing.cc 19 DeclarationScope* scope, BailoutId osr_ast_id,
25 osr_ast_id_(osr_ast_id),
hydrogen.cc 188 info()->scope(), info()->osr_ast_id(), info()->literal(),
    [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;
contexts.cc 420 BailoutId osr_ast_id) {
426 Smi* osr_ast_id_smi = Smi::FromInt(osr_ast_id.ToInt());
439 BailoutId osr_ast_id) {
441 int entry = SearchOptimizedCodeMapEntry(shared, osr_ast_id);
454 BailoutId osr_ast_id) {
468 entry = native_context->SearchOptimizedCodeMapEntry(*shared, osr_ast_id);
500 new_code_map->set(entry + kOsrAstIdOffset, Smi::FromInt(osr_ast_id.ToInt()));
compiler.h 144 Handle<JSFunction> function, BailoutId osr_ast_id,
compiler.cc 686 Handle<JSFunction> function, BailoutId osr_ast_id) {
693 function->context()->native_context(), osr_ast_id);
722 info->osr_ast_id());
811 BailoutId osr_ast_id = BailoutId::None(),
817 DCHECK_IMPLIES(ignition_osr, !osr_ast_id.IsNone());
827 GetCodeFromOptimizedCodeMap(function, osr_ast_id)
832 if (!osr_ast_id.IsNone()) {
833 PrintF(" at OSR AST id %d", osr_ast_id.ToInt());
862 info->SetOptimizingForOsr(osr_ast_id, osr_frame);
    [all...]
contexts.h     [all...]
objects.cc     [all...]
objects.h     [all...]
  /external/v8/src/compiler/
ast-loop-assignment-analyzer.cc 35 if (info()->is_osr() && info()->osr_ast_id() == loop->OsrEntryId())
bytecode-graph-builder.h 29 BailoutId osr_ast_id, JSGraph* jsgraph,
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...]
bytecode-graph-builder.cc 466 Handle<FeedbackVector> feedback_vector, BailoutId osr_ast_id,
483 osr_ast_id_(osr_ast_id),
    [all...]
ast-graph-builder.cc     [all...]
pipeline.cc 759 data->info()->osr_ast_id(), data->jsgraph(), 1.0f,
    [all...]
  /external/v8/src/full-codegen/
full-codegen.h 381 void RecordBackEdge(BailoutId osr_ast_id);
    [all...]

Completed in 4008 milliseconds