Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc1474 bool unspecified_type = (dst_type == DataType::Type::kVoid); in MoveLocation() local
1477 if (unspecified_type) { in MoveLocation()
1535 if (unspecified_type) { in MoveLocation()
1547 DCHECK(unspecified_type || CoherentConstantAndType(source, dst_type)) in MoveLocation()