Searched refs:GetAnnotationValue (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | dex_file.cc | 1432 mirror::Object* obj = GetAnnotationValue( in GetDeclaredClasses() 1450 mirror::Object* obj = GetAnnotationValue(klass, in GetDeclaringClass() 1511 return GetAnnotationValue( in GetEnclosingMethod() 1690 mirror::Object* DexFile::GetAnnotationValue(Handle<mirror::Class> klass, in GetAnnotationValue() function in art::DexFile 1723 GetAnnotationValue(klass, annotation_item, "value", string_array_class, kDexAnnotationArray); in GetSignatureValue() 1745 GetAnnotationValue(klass, annotation_item, "value", class_array_class, kDexAnnotationArray); in GetThrowsValue()
|
D | dex_file.h | 1042 mirror::Object* GetAnnotationValue(Handle<mirror::Class> klass,
|