Searched defs:CoherentConstantAndType (Results 1 - 1 of 1) sorted by relevance

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

Completed in 38 milliseconds