Searched refs:value_representation (Results 1 – 1 of 1) sorted by relevance
2262 Representation value_representation = instr->value()->representation(); in DoStoreKeyed() local2263 if (value_representation.IsDouble()) { in DoStoreKeyed()2268 DCHECK(value_representation.IsSmiOrTagged() || in DoStoreKeyed()2269 value_representation.IsInteger32()); in DoStoreKeyed()