Lines Matching refs:annot
1460 for (auto &annot : inline_site.annotations()) { in ParseInlineSite() local
1461 switch (annot.OpCode) { in ParseInlineSite()
1465 code_offset += annot.U1; in ParseInlineSite()
1466 update_code_offset(annot.U1); in ParseInlineSite()
1469 update_line_offset(annot.S1); in ParseInlineSite()
1472 update_code_offset(annot.U1); in ParseInlineSite()
1473 code_offset += annot.U1; in ParseInlineSite()
1477 code_offset += annot.U1; in ParseInlineSite()
1478 update_code_offset(annot.U1); in ParseInlineSite()
1479 update_line_offset(annot.S1); in ParseInlineSite()
1482 code_offset += annot.U2; in ParseInlineSite()
1483 update_code_offset(annot.U2); in ParseInlineSite()
1484 update_code_offset(annot.U1); in ParseInlineSite()
1485 code_offset += annot.U1; in ParseInlineSite()
1489 update_file_offset(annot.U1); in ParseInlineSite()