Home
last modified time | relevance | path

Searched defs:field_class (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dcommon_dex_operations.h200 ObjPtr<mirror::Class> field_class; in DoFieldPutCommon() local
Druntime.cc757 auto field_class(hs.NewHandle<mirror::Class>(mirror::Field::StaticClass())); in Start() local
/art/runtime/dex/
Ddex_file_annotations.cc575 Handle<mirror::Class> field_class(hs.NewHandle(enum_field->GetDeclaringClass())); in ProcessAnnotationValue() local
1004 const ClassData field_class(hs, field); in GetAnnotationForField() local
1014 const ClassData field_class(hs, field); in GetAnnotationsForField() local
1024 const ClassData field_class(hs, field); in GetSignatureAnnotationForField() local
1034 const ClassData field_class(hs, field); in IsFieldAnnotationPresent() local
/art/compiler/dex/
Dinline_method_analyser.cc721 ObjPtr<mirror::Class> field_class = field->GetDeclaringClass(); in ComputeSpecialAccessorInfo() local