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 14 return statement->OsrEntryId() == builder_->current_info()->osr_ast_id();
42 BailoutId osr_entry_id = statement->OsrEntryId();
typing.cc 54 if (stmt->OsrEntryId() != osr_ast_id_) return;
  /external/v8/src/compiler/
ast-loop-assignment-analyzer.cc 34 if (info()->is_osr() && info()->osr_ast_id() == loop->OsrEntryId())
ast-graph-builder.cc     [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 395 RecordBackEdge(stmt->OsrEntryId());
404 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS);
    [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 371 RecordBackEdge(stmt->OsrEntryId());
380 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS);
    [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc 373 RecordBackEdge(stmt->OsrEntryId());
383 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS);
    [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc 368 RecordBackEdge(stmt->OsrEntryId());
377 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS);
    [all...]
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc 407 RecordBackEdge(stmt->OsrEntryId());
416 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS);
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 400 RecordBackEdge(stmt->OsrEntryId());
408 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS);
    [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc 399 RecordBackEdge(stmt->OsrEntryId());
407 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS);
    [all...]
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc 392 RecordBackEdge(stmt->OsrEntryId());
401 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS);
    [all...]
  /external/v8/src/full-codegen/s390/
full-codegen-s390.cc 394 RecordBackEdge(stmt->OsrEntryId());
403 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS);
    [all...]
  /external/v8/src/ast/
ast.h 653 BailoutId OsrEntryId() const { return BailoutId(local_id(0)); }
    [all...]

Completed in 281 milliseconds