Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc1172 static bool CoherentConstantAndType(Location constant, Primitive::Type type) { in CoherentConstantAndType() function
1220 DCHECK(CoherentConstantAndType(source, dst_type)); in MoveLocation()
1258 DCHECK(unspecified_type || CoherentConstantAndType(source, dst_type)) in MoveLocation()