Lines Matching defs:keys
1189 const s4* keys = NULL;
1202 const s4* keys = (const s4*) switchData;
1203 assert(((u4)keys & 0x3) == 0);
1209 //dvmNcgHandleSparseSwitch: keys, size, testVal
1213 /* "keys" is constant for JIT
1215 move_imm_to_mem(OpndSize_32, (int)keys, 0, PhysicalReg_ESP, true);
1219 //if testVal is in keys, return the corresponding target