Home
last modified time | relevance | path

Searched refs:OsrEntryId (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen-osr.cc14 return statement->OsrEntryId() == builder_->current_info()->osr_ast_id(); in HasOsrEntryAt()
42 BailoutId osr_entry_id = statement->OsrEntryId(); in BuildOsrLoopEntry()
Dtyping.cc55 if (stmt->OsrEntryId() != osr_ast_id_) return; in ObserveTypesAtOsrEntry()
/external/v8/src/compiler/
Dast-loop-assignment-analyzer.cc34 if (info()->is_osr() && info()->osr_ast_id() == loop->OsrEntryId()) in Enter()
Dast-graph-builder.cc4005 if (info()->osr_ast_id() == stmt->OsrEntryId()) { in CheckOsrEntry()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc390 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()
400 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc383 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()
392 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc386 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()
395 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc412 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()
421 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc417 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()
425 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc408 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()
417 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc418 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()
426 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc421 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()
430 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc413 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()
422 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
/external/v8/src/ast/
Dast.h574 BailoutId OsrEntryId() const { return BailoutId(local_id(0)); } in OsrEntryId() function