Home | History | Annotate | Download | only in arm

Lines Matching defs:constant_key

3219   int constant_key = 0;
3221 constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
3222 if (constant_key & 0xF0000000) {
3240 ? Operand(constant_key << element_size_shift)
3253 key, external_pointer, key_is_constant, constant_key,
3316 int constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
3317 if (constant_key & 0xF0000000) {
3320 base_offset += constant_key * kDoubleSize;
3394 int constant_key,
3399 return MemOperand(base, (constant_key << element_size) + base_offset);
4270 int constant_key = 0;
4272 constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
4273 if (constant_key & 0xF0000000) {
4291 if (constant_key != 0) {
4293 Operand(constant_key << element_size_shift));
4310 key, external_pointer, key_is_constant, constant_key,
4365 int constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
4366 if (constant_key & 0xF0000000) {
4370 Operand((constant_key << element_size_shift) + base_offset));