Home | History | Annotate | Download | only in analysis

Lines Matching defs:WIDE

62     private static final byte WIDE = 1;
501 //the "type" for each field in fields. 0=reference,1=wide,2=other
542 //next, we need to group all the wide fields after the reference fields. But the wide fields have to be
547 if (fieldTypes[front] == WIDE) {
548 //we need to swap in a 32-bit field, so the wide fields will be correctly aligned
563 //do the swap thing for wide fields
566 if (fieldTypes[front] != WIDE) {
568 if (fieldTypes[back] == WIDE) {
576 if (fieldTypes[front] != WIDE) {
618 //add padding to align the wide fields, if needed
619 if (fieldTypes[i] == WIDE && !gotDouble) {
628 if (fieldTypes[i] == WIDE) {
1223 return 1; //WIDE