Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Daccess-info.cc308 Representation details_representation = details.representation(); in ComputePropertyAccessInfo() local
310 *map, index, details_representation.IsDouble()); in ComputePropertyAccessInfo()
315 if (details_representation.IsSmi()) { in ComputePropertyAccessInfo()
318 } else if (details_representation.IsDouble()) { in ComputePropertyAccessInfo()
321 } else if (details_representation.IsHeapObject()) { in ComputePropertyAccessInfo()
537 Representation details_representation = details.representation(); in LookupTransition() local
539 *transition_map, index, details_representation.IsDouble()); in LookupTransition()
543 if (details_representation.IsSmi()) { in LookupTransition()
546 } else if (details_representation.IsDouble()) { in LookupTransition()
549 } else if (details_representation.IsHeapObject()) { in LookupTransition()