Home | History | Annotate | Download | only in arm64

Lines Matching defs:constant_key

3403     int constant_key,
3409 int key_offset = constant_key << element_size_shift;
3436 int constant_key = 0;
3439 constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
3440 if (constant_key & 0xf0000000) {
3450 key_is_constant, constant_key,
3567 int constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
3568 if (constant_key & 0xf0000000) {
3571 int offset = instr->base_offset() + constant_key * kDoubleSize;
5165 int constant_key = 0;
5168 constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
5169 if (constant_key & 0xf0000000) {
5179 key_is_constant, constant_key,
5242 int constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
5243 if (constant_key & 0xf0000000) {
5246 int offset = instr->base_offset() + constant_key * kDoubleSize;