Home | History | Annotate | Download | only in x64

Lines Matching refs:offs

979     int offs = L->pos() - pc_offset();
980 ASSERT(offs <= 0);
990 if (is_int8(offs - short_size) && !predictable_code_size()) {
993 emit((offs - short_size) & 0xFF);
998 emitl(offs - long_size);
1055 int offs = L->pos() - pc_offset() - 1;
1056 ASSERT(offs <= 0);
1057 if (is_int8(offs - short_size) && !predictable_code_size()) {
1060 emit((offs - short_size) & 0xFF);
1064 emitl(offs - long_size);