Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_redefine.cc2645 art::Primitive::Type ftype = old_field.GetTypeAsPrimitiveType(); in CopyField() local
2646 CHECK_EQ(ftype, new_field->GetTypeAsPrimitiveType()) in CopyField()
2648 if (ftype == art::Primitive::kPrimNot) { in CopyField()
2651 switch (ftype) { in CopyField()
2666 LOG(FATAL) << "Unexpected field with type " << ftype << " found!"; in CopyField()
2697 art::Primitive::Type ftype = field.GetTypeAsPrimitiveType(); in ClearField() local
2698 if (ftype == art::Primitive::kPrimNot) { in ClearField()
2701 switch (ftype) { in ClearField()
2716 LOG(FATAL) << "Unexpected field with type " << ftype << " found!"; in ClearField()