Lines Matching refs:annot
1466 for (auto &annot : inline_site.annotations()) { in ParseInlineSite() local
1467 switch (annot.OpCode) { in ParseInlineSite()
1471 code_offset += annot.U1; in ParseInlineSite()
1472 update_code_offset(annot.U1); in ParseInlineSite()
1475 update_line_offset(annot.S1); in ParseInlineSite()
1478 update_code_offset(annot.U1); in ParseInlineSite()
1479 code_offset += annot.U1; in ParseInlineSite()
1483 code_offset += annot.U1; in ParseInlineSite()
1484 update_code_offset(annot.U1); in ParseInlineSite()
1485 update_line_offset(annot.S1); in ParseInlineSite()
1488 code_offset += annot.U2; in ParseInlineSite()
1489 update_code_offset(annot.U2); in ParseInlineSite()
1490 update_code_offset(annot.U1); in ParseInlineSite()
1491 code_offset += annot.U1; in ParseInlineSite()
1495 update_file_offset(annot.U1); in ParseInlineSite()