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

/art/test/046-reflect/src/
H A DMain.java600 Type type1 = types1.get(0);
604 if (type1 instanceof ParameterizedType) {
605 System.out.println("type1 is a ParameterizedType");
614 if (type1.equals(type2)) {
615 System.out.println("type1("+type1+") equals type2("+type2+")");
617 System.out.println("type1("+type1+") does not equal type2("+type2+")");
620 if (type1.equals(type3)) {
621 System.out.println("type1("
[all...]
/art/runtime/
H A Dclass_linker.cc5365 Primitive::Type type1 = field1->GetTypeAsPrimitiveType(); variable
5367 if (type1 != type2) {
5368 if (type1 == Primitive::kPrimNot) {
5376 size_t size1 = Primitive::ComponentSize(type1);
5383 return type1 < type2;

Completed in 124 milliseconds