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

/art/runtime/
H A Dclass_linker.cc3731 Primitive::Type type2 = fh_->GetTypeAsPrimitiveType(); variable
3733 bool isPrimitive2 = type2 != Primitive::kPrimNot;
3735 bool is64bit2 = isPrimitive2 && (type2 == Primitive::kPrimLong || type2 == Primitive::kPrimDouble);

Completed in 127 milliseconds