Lines Matching refs:key_is_constant
2957 bool key_is_constant = instr->key()->IsConstantOperand(); in DoLoadKeyedExternalArray() local
2959 if (key_is_constant) { in DoLoadKeyedExternalArray()
2975 if (key_is_constant) { in DoLoadKeyedExternalArray()
2999 key, external_pointer, key_is_constant, constant_key, in DoLoadKeyedExternalArray()
3045 bool key_is_constant = instr->key()->IsConstantOperand(); in DoLoadKeyedFixedDoubleArray() local
3053 if (key_is_constant) { in DoLoadKeyedFixedDoubleArray()
3062 if (!key_is_constant) { in DoLoadKeyedFixedDoubleArray()
3176 bool key_is_constant, in PrepareKeyedOperand() argument
3181 if (key_is_constant) { in PrepareKeyedOperand()
4135 bool key_is_constant = instr->key()->IsConstantOperand(); in DoStoreKeyedExternalArray() local
4137 if (key_is_constant) { in DoStoreKeyedExternalArray()
4154 if (key_is_constant) { in DoStoreKeyedExternalArray()
4183 key, external_pointer, key_is_constant, constant_key, in DoStoreKeyedExternalArray()
4223 bool key_is_constant = instr->key()->IsConstantOperand(); in DoStoreKeyedFixedDoubleArray() local
4230 if (key_is_constant) { in DoStoreKeyedFixedDoubleArray()