Lines Matching refs:constant_key
2776 int constant_key = 0;
2778 constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
2779 if (constant_key & 0xF0000000) {
2795 constant_key << element_size_shift);
2817 key, external_pointer, key_is_constant, constant_key,
2875 int constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
2876 if (constant_key & 0xF0000000) {
2879 base_offset += constant_key * kDoubleSize;
2998 int constant_key,
3003 return MemOperand(base, (constant_key << element_size) + base_offset);
3967 int constant_key = 0;
3969 constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
3970 if (constant_key & 0xF0000000) {
3986 if (constant_key != 0) {
3988 Operand(constant_key << element_size_shift));
4014 key, external_pointer, key_is_constant, constant_key,
4065 int constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
4066 if (constant_key & 0xF0000000) {
4070 Operand((constant_key << element_size_shift) + base_offset));
4196 int32_t constant_key = ToInteger32(LConstantOperand::cast(key));
4199 if (constant_key >= constant_capacity) {
4204 int32_t constant_key = ToInteger32(LConstantOperand::cast(key));
4206 Operand(constant_key));