Searched refs:osr_bailout_id (Results 1 – 2 of 2) sorted by relevance
106 void Analyze(BailoutId osr_bailout_id);
309 void BytecodeAnalysis::Analyze(BailoutId osr_bailout_id) { in Analyze() argument314 bool is_osr = !osr_bailout_id.IsNone(); in Analyze()315 int osr_loop_end_offset = is_osr ? osr_bailout_id.ToInt() : -1; in Analyze()