Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips64.cc641 bool unspecified_type = (dst_type == Primitive::kPrimVoid); in MoveLocation() local
642 DCHECK_EQ(unspecified_type, false); in MoveLocation()
645 if (unspecified_type) { in MoveLocation()
737 if (unspecified_type) { in MoveLocation()
Dcode_generator_arm64.cc1194 bool unspecified_type = (dst_type == Primitive::kPrimVoid); in MoveLocation() local
1197 if (unspecified_type) { in MoveLocation()
1247 if (unspecified_type) { in MoveLocation()
1258 DCHECK(unspecified_type || CoherentConstantAndType(source, dst_type)) in MoveLocation()