Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_dex_operations.h216 ObjPtr<mirror::Class> field_class; in DoFieldPutCommon() local
Druntime.cc894 auto field_class(hs.NewHandle<mirror::Class>(GetClassRoot<mirror::Field>(class_roots))); in Start() local
/art/test/1975-hello-structural-transformation/src/art/
DTest1975.java263 public static native void readNativeFields(Class<?> field_class, long[] sfields); in readNativeFields()
/art/runtime/dex/
Ddex_file_annotations.cc577 Handle<mirror::Class> field_class(hs.NewHandle(enum_field->GetDeclaringClass())); in ProcessAnnotationValue() local
995 const ClassData field_class(hs, field); in GetAnnotationForField() local
1005 const ClassData field_class(hs, field); in GetAnnotationsForField() local
1015 const ClassData field_class(hs, field); in GetSignatureAnnotationForField() local
1025 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