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

  /external/v8/src/crankshaft/
hydrogen-osr.cc 15 return statement->OsrEntryId() == builder_->current_info()->osr_ast_id();
43 BailoutId osr_entry_id = statement->OsrEntryId();
typing.cc 55 if (stmt->OsrEntryId() != osr_ast_id_) return;
  /external/v8/src/compiler/
ast-loop-assignment-analyzer.cc 35 if (info()->is_osr() && info()->osr_ast_id() == loop->OsrEntryId())
ast-graph-builder.cc     [all...]
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc 398 RecordBackEdge(stmt->OsrEntryId());
407 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS);
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 385 RecordBackEdge(stmt->OsrEntryId());
394 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS);
    [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 363 RecordBackEdge(stmt->OsrEntryId());
372 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS);
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 395 RecordBackEdge(stmt->OsrEntryId());
403 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS);
    [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc 395 RecordBackEdge(stmt->OsrEntryId());
403 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS);
    [all...]
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc 388 RecordBackEdge(stmt->OsrEntryId());
397 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS);
    [all...]
  /external/v8/src/full-codegen/s390/
full-codegen-s390.cc 387 RecordBackEdge(stmt->OsrEntryId());
396 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS);
    [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc 369 RecordBackEdge(stmt->OsrEntryId());
379 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS);
    [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc 358 RecordBackEdge(stmt->OsrEntryId());
367 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS);
    [all...]
  /external/v8/src/ast/
ast.h 574 BailoutId OsrEntryId() const { return BailoutId(local_id(0)); }
    [all...]

Completed in 390 milliseconds