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

/art/test/046-reflect/src/
H A DMain.java614 Type type1 = types1.get(0);
618 if (type1 instanceof ParameterizedType) {
619 System.out.println("type1 is a ParameterizedType");
628 if (type1.equals(type2)) {
629 System.out.println("type1("+type1+") equals type2("+type2+")");
631 System.out.println("type1("+type1+") does not equal type2("+type2+")");
634 if (type1.equals(type3)) {
635 System.out.println("type1("
[all...]
/art/runtime/verifier/
H A Dreg_type.cc603 const ConstantType& type1 = *down_cast<const ConstantType*>(this); local
605 int32_t val1 = type1.ConstantValue();
610 if (!type1.IsPreciseConstant()) {
625 if (!type1.IsPreciseConstant()) {
639 if (type1.IsConstantByte()) {
647 } else if (type1.IsConstantShort()) {
658 const ConstantType& type1 = *down_cast<const ConstantType*>(this); local
660 int32_t val1 = type1.ConstantValueLo();
664 const ConstantType& type1 = *down_cast<const ConstantType*>(this); local
666 int32_t val1 = type1
[all...]
/art/compiler/optimizing/
H A Dcode_generator.cc1220 Primitive::Type type1,
1225 parallel_move.AddMove(from1, to1, type1, nullptr);
1218 EmitParallelMoves(Location from1, Location to1, Primitive::Type type1, Location from2, Location to2, Primitive::Type type2) argument
H A Dcode_generator.h419 Primitive::Type type1,
/art/runtime/
H A Dclass_linker.cc7590 Primitive::Type type1 = field1->GetTypeAsPrimitiveType(); variable
7592 if (type1 != type2) {
7593 if (type1 == Primitive::kPrimNot) {
7601 size_t size1 = Primitive::ComponentSize(type1);
7608 return type1 < type2;

Completed in 130 milliseconds