Home | History | Annotate | Download | only in x87

Lines Matching full:offs

1286     int offs = L->pos() - pc_offset();
1287 DCHECK(offs <= 0);
1290 emit(offs - long_size);
1348 int offs = L->pos() - pc_offset();
1349 DCHECK(offs <= 0);
1350 if (is_int8(offs - short_size)) {
1353 EMIT((offs - short_size) & 0xFF);
1357 emit(offs - long_size);
1403 int offs = L->pos() - pc_offset();
1404 DCHECK(offs <= 0);
1405 if (is_int8(offs - short_size)) {
1408 EMIT((offs - short_size) & 0xFF);
1413 emit(offs - long_size);