Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Daccess-info.cc307 Representation details_representation = details.representation(); in ComputePropertyAccessInfo() local
309 *map, index, details_representation.IsDouble()); in ComputePropertyAccessInfo()
314 if (details_representation.IsSmi()) { in ComputePropertyAccessInfo()
317 } else if (details_representation.IsDouble()) { in ComputePropertyAccessInfo()
320 } else if (details_representation.IsHeapObject()) { in ComputePropertyAccessInfo()
508 Representation details_representation = details.representation(); in LookupTransition() local
510 *transition_map, index, details_representation.IsDouble()); in LookupTransition()
514 if (details_representation.IsSmi()) { in LookupTransition()
517 } else if (details_representation.IsDouble()) { in LookupTransition()
520 } else if (details_representation.IsHeapObject()) { in LookupTransition()