Searched refs:OsrEntryId (Results 1 – 14 of 14) sorted by relevance
14 return statement->OsrEntryId() == builder_->current_info()->osr_ast_id(); in HasOsrEntryAt()42 BailoutId osr_entry_id = statement->OsrEntryId(); in BuildOsrLoopEntry()
55 if (stmt->OsrEntryId() != osr_ast_id_) return; in ObserveTypesAtOsrEntry()
34 if (info()->is_osr() && info()->osr_ast_id() == loop->OsrEntryId()) in Enter()
4005 if (info()->osr_ast_id() == stmt->OsrEntryId()) { in CheckOsrEntry()
390 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()400 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
383 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()392 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
386 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()395 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
412 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()421 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
417 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()425 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
408 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()417 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
418 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()426 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
421 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()430 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
413 RecordBackEdge(stmt->OsrEntryId()); in EmitBackEdgeBookkeeping()422 PrepareForBailoutForId(stmt->OsrEntryId(), BailoutState::NO_REGISTERS); in EmitBackEdgeBookkeeping()
574 BailoutId OsrEntryId() const { return BailoutId(local_id(0)); } in OsrEntryId() function