Lines Matching refs:GetDexFile

51                 *method->GetDexFile(),  in REQUIRES_SHARED()
62 klass->GetDexFile(), in REQUIRES_SHARED()
65 const DexFile& GetDexFile() const REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexFile() function in art::__anon64cee6490111::ClassData
134 const DexFile* dex_file = field->GetDexFile(); in FindAnnotationSetForField()
260 const DexFile* dex_file = method->GetDexFile(); in FindAnnotationSetForMethod()
283 const DexFile* dex_file = method->GetDexFile(); in FindAnnotationsItemForMethod()
306 const DexFile& dex_file = klass.GetDexFile(); in FindAnnotationSetForClass()
325 class_linker->ResolveType(klass.GetDexFile(), in ProcessEncodedAnnotation()
384 const DexFile& dex_file = klass.GetDexFile(); in ProcessAnnotationValue()
440 klass.GetDexFile(), dex::StringIndex(index), hs.NewHandle(klass.GetDexCache())); in ProcessAnnotationValue()
456 klass.GetDexFile(), in ProcessAnnotationValue()
483 klass.GetDexFile(), in ProcessAnnotationValue()
522 klass.GetDexFile(), in ProcessAnnotationValue()
551 klass.GetDexFile(), in ProcessAnnotationValue()
683 const DexFile& dex_file = klass.GetDexFile(); in CreateAnnotationMember()
757 const DexFile& dex_file = klass.GetDexFile(); in GetAnnotationItemFromAnnotationSet()
769 klass.GetDexFile(), in GetAnnotationItemFromAnnotationSet()
784 klass.GetDexFile(), in GetAnnotationItemFromAnnotationSet()
826 const DexFile& dex_file = klass.GetDexFile(); in GetAnnotationValue()
856 const DexFile& dex_file = klass.GetDexFile(); in GetSignatureValue()
882 const DexFile& dex_file = klass.GetDexFile(); in GetThrowsValue()
910 const DexFile& dex_file = klass.GetDexFile(); in ProcessAnnotationSet()
968 const DexFile& dex_file = klass.GetDexFile(); in ProcessAnnotationSetRefList()
1045 const DexFile* dex_file = &klass.GetDexFile(); in GetAnnotationDefaultValue()
1112 const DexFile* dex_file = method->GetDexFile(); in GetParameterAnnotations()
1130 const DexFile* dex_file = method->GetDexFile(); in GetAnnotationForMethodParameter()
1163 const DexFile* dex_file = method->GetDexFile(); in GetParametersMetadataForMethod()
1265 SearchAnnotationSet(data.GetDexFile(), annotation_set, "Ldalvik/annotation/MemberClasses;", in GetDeclaredClasses()
1293 SearchAnnotationSet(data.GetDexFile(), annotation_set, "Ldalvik/annotation/EnclosingClass;", in GetDeclaringClass()
1318 SearchAnnotationSet(data.GetDexFile(), in GetEnclosingClass()
1326 SearchEncodedAnnotation(data.GetDexFile(), annotation_item->annotation_, "value"); in GetEnclosingClass()
1343 data.GetDexFile(), in GetEnclosingClass()
1360 SearchAnnotationSet(data.GetDexFile(), in GetEnclosingMethod()
1378 data.GetDexFile(), in GetInnerClass()
1386 SearchEncodedAnnotation(data.GetDexFile(), annotation_item->annotation_, "name"); in GetInnerClass()
1413 SearchAnnotationSet(data.GetDexFile(), annotation_set, "Ldalvik/annotation/InnerClass;", in GetInnerClassFlags()
1419 SearchEncodedAnnotation(data.GetDexFile(), annotation_item->annotation_, "accessFlags"); in GetInnerClassFlags()
1463 data.GetDexFile(), in GetSourceDebugExtension()
1472 SearchEncodedAnnotation(data.GetDexFile(), annotation_item->annotation_, "value"); in GetSourceDebugExtension()
1488 return data.GetDexFile().StringDataByIdx(index); in GetSourceDebugExtension()