Home | History | Annotate | Download | only in x64

Lines Matching refs:offs

1233     int offs
1234 ASSERT(offs <= 0);
1235 if (is_int8(offs - short_size)) {
1238 emit((offs - short_size) & 0xFF);
1243 emitl(offs - long_size);
1290 int offs = L->pos() - pc_offset() - 1;
1291 ASSERT(offs <= 0);
1292 if (is_int8(offs - short_size)) {
1295 emit((offs - short_size) & 0xFF);
1299 emitl(offs - long_size);