Home | History | Annotate | Download | only in x64

Lines Matching refs:short_size

1207     const int short_size = 2;
1220 if (is_int8(offs - short_size) && !predictable_code_size()) {
1223 emit((offs - short_size) & 0xFF);
1282 const int short_size = sizeof(int8_t);
1287 if (is_int8(offs - short_size) && !predictable_code_size()) {
1290 emit((offs - short_size) & 0xFF);