Lines Matching refs:key_is_constant
2817 bool key_is_constant = instr->key()->IsConstantOperand(); in DoLoadKeyedExternalArray() local
2819 if (key_is_constant) { in DoLoadKeyedExternalArray()
2834 if (key_is_constant) { in DoLoadKeyedExternalArray()
2849 key, external_pointer, key_is_constant, constant_key, in DoLoadKeyedExternalArray()
2895 bool key_is_constant = instr->key()->IsConstantOperand(); in DoLoadKeyedFixedDoubleArray() local
2903 if (key_is_constant) { in DoLoadKeyedFixedDoubleArray()
2912 if (!key_is_constant) { in DoLoadKeyedFixedDoubleArray()
3000 bool key_is_constant, in PrepareKeyedOperand() argument
3005 if (key_is_constant) { in PrepareKeyedOperand()
3921 bool key_is_constant = instr->key()->IsConstantOperand(); in DoStoreKeyedExternalArray() local
3923 if (key_is_constant) { in DoStoreKeyedExternalArray()
3939 if (key_is_constant) { in DoStoreKeyedExternalArray()
3960 key, external_pointer, key_is_constant, constant_key, in DoStoreKeyedExternalArray()
4001 bool key_is_constant = instr->key()->IsConstantOperand(); in DoStoreKeyedFixedDoubleArray() local
4008 if (key_is_constant) { in DoStoreKeyedFixedDoubleArray()