Searched refs:osr_entry_id (Results 1 – 2 of 2) sorted by relevance
64 BailoutId osr_entry_id = statement->OsrEntryId(); in BuildOsrLoopEntry() local96 builder_->Add<HSimulate>(osr_entry_id); in BuildOsrLoopEntry()97 builder_->Add<HOsrEntry>(osr_entry_id); in BuildOsrLoopEntry()
3120 int osr_entry_id = statement->OsrEntryId(); in PreProcessOsrEntry() local3145 AddSimulate(osr_entry_id); in PreProcessOsrEntry()3146 AddInstruction(new(zone()) HOsrEntry(osr_entry_id)); in PreProcessOsrEntry()