Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc736 bool unspecified_type = (type == Primitive::kPrimVoid); in MoveLocation() local
739 if (unspecified_type) { in MoveLocation()
775 if (unspecified_type) { in MoveLocation()
786 DCHECK(unspecified_type || CoherentConstantAndType(source, type)); in MoveLocation()
Dcode_generator_mips64.cc602 bool unspecified_type = (type == Primitive::kPrimVoid); in MoveLocation() local
603 DCHECK_EQ(unspecified_type, false); in MoveLocation()
606 if (unspecified_type) { in MoveLocation()
672 if (unspecified_type) { in MoveLocation()