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

/art/runtime/
H A Dclass_linker.cc3733 bool isPrimitive2 = type2 != Primitive::kPrimNot; variable
3735 bool is64bit2 = isPrimitive2 && (type2 == Primitive::kPrimLong || type2 == Primitive::kPrimDouble);
3737 int order2 = (!isPrimitive2 ? 0 : (is64bit2 ? 1 : 2));

Completed in 38 milliseconds