Lines Matching refs:annot
1364 for (auto &annot : inline_site.annotations()) { in ParseInlineSite() local
1365 switch (annot.OpCode) { in ParseInlineSite()
1369 code_offset += annot.U1; in ParseInlineSite()
1370 update_code_offset(annot.U1); in ParseInlineSite()
1373 update_line_offset(annot.S1); in ParseInlineSite()
1376 update_code_offset(annot.U1); in ParseInlineSite()
1377 code_offset += annot.U1; in ParseInlineSite()
1381 code_offset += annot.U1; in ParseInlineSite()
1382 update_code_offset(annot.U1); in ParseInlineSite()
1383 update_line_offset(annot.S1); in ParseInlineSite()
1386 code_offset += annot.U2; in ParseInlineSite()
1387 update_code_offset(annot.U2); in ParseInlineSite()
1388 update_code_offset(annot.U1); in ParseInlineSite()
1389 code_offset += annot.U1; in ParseInlineSite()
1393 update_file_offset(annot.U1); in ParseInlineSite()