Home
last modified time | relevance | path

Searched refs:value_representation (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/x64/
Dlithium-x64.cc2262 Representation value_representation = instr->value()->representation(); in DoStoreKeyed() local
2263 if (value_representation.IsDouble()) { in DoStoreKeyed()
2268 DCHECK(value_representation.IsSmiOrTagged() || in DoStoreKeyed()
2269 value_representation.IsInteger32()); in DoStoreKeyed()