Home
last modified time | relevance | path

Searched refs:ftype (Results 1 – 1 of 1) sorted by relevance

/art/openjdkjvmti/
Dti_redefine.cc2640 art::Primitive::Type ftype = old_field.GetTypeAsPrimitiveType(); in CopyField() local
2641 CHECK_EQ(ftype, new_field->GetTypeAsPrimitiveType()) in CopyField()
2643 if (ftype == art::Primitive::kPrimNot) { in CopyField()
2646 switch (ftype) { in CopyField()
2661 LOG(FATAL) << "Unexpected field with type " << ftype << " found!"; in CopyField()
2692 art::Primitive::Type ftype = field.GetTypeAsPrimitiveType(); in ClearField() local
2693 if (ftype == art::Primitive::kPrimNot) { in ClearField()
2696 switch (ftype) { in ClearField()
2711 LOG(FATAL) << "Unexpected field with type " << ftype << " found!"; in ClearField()