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

/art/runtime/
H A Dclass_linker.cc3729 Primitive::Type type1 = fh_->GetTypeAsPrimitiveType(); variable
3732 bool isPrimitive1 = type1 != Primitive::kPrimNot;
3734 bool is64bit1 = isPrimitive1 && (type1 == Primitive::kPrimLong || type1 == Primitive::kPrimDouble);

Completed in 59 milliseconds