Searched refs:OsrEntryId (Results 1 – 6 of 6) sorted by relevance
379 RecordStackCheck(stmt->OsrEntryId()); in EmitStackCheck()390 PrepareForBailoutForId(stmt->OsrEntryId(), NO_REGISTERS); in EmitStackCheck()
373 RecordStackCheck(stmt->OsrEntryId()); in EmitStackCheck()391 PrepareForBailoutForId(stmt->OsrEntryId(), NO_REGISTERS); in EmitStackCheck()
336 RecordStackCheck(stmt->OsrEntryId()); in EmitStackCheck()350 PrepareForBailoutForId(stmt->OsrEntryId(), NO_REGISTERS); in EmitStackCheck()
389 RecordStackCheck(stmt->OsrEntryId()); in EmitStackCheck()399 PrepareForBailoutForId(stmt->OsrEntryId(), NO_REGISTERS); in EmitStackCheck()
686 int OsrEntryId() const { return osr_entry_id_; } in OsrEntryId() function
3103 return statement->OsrEntryId() == info()->osr_ast_id(); in HasOsrEntryAt()3120 int osr_entry_id = statement->OsrEntryId(); in PreProcessOsrEntry()