Home | History | Annotate | Download | only in x64

Lines Matching refs:offs

1080     int offs = L->pos() - pc_offset();
1081 ASSERT(offs <= 0);
1082 if (is_int8(offs - short_size)) {
1085 emit((offs - short_size) & 0xFF);
1090 emitl(offs - long_size);
1126 int offs = L->pos() - pc_offset() - 1;
1127 ASSERT(offs <= 0);
1128 if (is_int8(offs - sizeof(int8_t))) {
1131 emit((offs - sizeof(int8_t)) & 0xFF);
1135 emitl(offs - sizeof(int32_t));