Searched refs:field_class (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Dcommon_dex_operations.h168 ObjPtr<mirror::Class> field_class; local
173 field_class = field->GetType<true>();
175 if (!reg->VerifierInstanceOf(field_class.Ptr())) {
181 field_class->GetDescriptor(&temp2),
H A Ddex_file_annotations.cc559 Handle<mirror::Class> field_class(hs.NewHandle(enum_field->GetDeclaringClass()));
560 Runtime::Current()->GetClassLinker()->EnsureInitialized(self, field_class, true, true);
561 element_object = enum_field->GetObject(field_class.Get());
1007 const ClassData field_class(hs, field);
1008 return GetAnnotationObjectFromAnnotationSet(field_class,
1017 const ClassData field_class(hs, field);
1018 return ProcessAnnotationSet(field_class, annotation_set, DexFile::kDexVisibilityRuntime);
1027 const ClassData field_class(hs, field);
1028 return GetSignatureValue(field_class, annotation_set);
1037 const ClassData field_class(h
[all...]
H A Druntime.cc689 auto field_class(hs.NewHandle<mirror::Class>(mirror::Field::StaticClass()));
693 class_linker_->EnsureInitialized(soa.Self(), field_class, true, true);
/art/compiler/dex/
H A Dinline_method_analyser.cc717 ObjPtr<mirror::Class> field_class = field->GetDeclaringClass(); local
718 if (!method_class->CanAccessResolvedField(field_class, field, dex_cache, field_idx) ||
719 (is_put && field->IsFinal() && method_class != field_class)) {

Completed in 274 milliseconds