Searched refs:OsrEntryId (Results 1 – 14 of 14) sorted by relevance
15 return statement->OsrEntryId() == builder_->current_info()->osr_ast_id(); in HasOsrEntryAt()43 BailoutId osr_entry_id = statement->OsrEntryId(); in BuildOsrLoopEntry()
55 if (stmt->OsrEntryId() != osr_ast_id_) return; in ObserveTypesAtOsrEntry()
35 if (info()->is_osr() && info()->osr_ast_id() == loop->OsrEntryId()) in Enter()
2837 if (info()->osr_ast_id() == stmt->OsrEntryId()) { in CheckOsrEntry()
369 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()379 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
363 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()372 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
358 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()367 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
395 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()403 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
398 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()407 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
387 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()396 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
388 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()397 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
385 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()394 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
574 BailoutId OsrEntryId() const { return BailoutId(local_id(0)); } in OsrEntryId() function