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

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

Completed in 20 milliseconds