Home | History | Annotate | Download | only in x64

Lines Matching refs:short_size

1231     const int short_size = 2;
1235 if (is_int8(offs - short_size)) {
1238 emit((offs - short_size) & 0xFF);
1287 const int short_size = sizeof(int8_t);
1292 if (is_int8(offs - short_size)) {
1295 emit((offs - short_size) & 0xFF);