Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen-osr.cc15 return statement->OsrEntryId() == builder_->current_info()->osr_ast_id(); in HasOsrEntryAt()
43 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.cc35 if (info()->is_osr() && info()->osr_ast_id() == loop->OsrEntryId()) in Enter()
Dast-graph-builder.cc2837 if (info()->osr_ast_id() == stmt->OsrEntryId()) { in CheckOsrEntry()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc363 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()
372 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc369 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()
379 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc358 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()
367 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc398 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()
407 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc385 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()
394 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc395 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()
403 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc395 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()
403 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc387 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()
396 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc388 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()
397 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