Home | History | Annotate | Download | only in interp

Lines Matching defs:keys

1054     const s4* keys;
1061 * int keys[size] keys, sorted low-to-high; 32-bit aligned
1076 /* The keys are guaranteed to be aligned on a 32-bit boundary;
1079 keys = (const s4*) switchData;
1080 assert(((u4)keys & 0x3) == 0);
1085 entries = keys + size;
1089 * Binary-search through the array of keys, which are guaranteed to
1097 s4 foundVal = s4FromSwitchData(&keys[mid]);