Lines Matching refs:GetDexFile

71                 *method->GetDexFile(),  in REQUIRES_SHARED()
82 klass->GetDexFile(), in REQUIRES_SHARED()
85 const DexFile& GetDexFile() const REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexFile() function in art::__anon4bc6c7790111::ClassData
180 return FindAnnotationSetForField(*field->GetDexFile(), *class_def, field->GetDexFieldIndex()); in FindAnnotationSetForField()
310 return FindAnnotationSetForMethod(*method->GetDexFile(), in FindAnnotationSetForMethod()
317 const DexFile* dex_file = method->GetDexFile(); in FindAnnotationsItemForMethod()
340 const DexFile& dex_file = klass.GetDexFile(); in FindAnnotationSetForClass()
421 const DexFile& dex_file = klass.GetDexFile(); in ProcessAnnotationValue()
701 const DexFile& dex_file = klass.GetDexFile(); in CreateAnnotationMember()
766 const DexFile& dex_file = klass.GetDexFile(); in GetAnnotationItemFromAnnotationSet()
817 const DexFile& dex_file = klass.GetDexFile(); in GetAnnotationValue()
848 const DexFile& dex_file = klass.GetDexFile(); in GetSignatureValue()
871 const DexFile& dex_file = klass.GetDexFile(); in GetThrowsValue()
896 const DexFile& dex_file = klass.GetDexFile(); in ProcessAnnotationSet()
954 const DexFile& dex_file = klass.GetDexFile(); in ProcessAnnotationSetRefList()
1033 const DexFile* dex_file = &klass.GetDexFile(); in GetAnnotationDefaultValue()
1101 const DexFile* dex_file = method->GetDexFile(); in GetParameterAnnotations()
1117 const DexFile* dex_file = method->GetDexFile(); in GetNumberOfAnnotatedMethodParameters()
1134 const DexFile* dex_file = method->GetDexFile(); in GetAnnotationForMethodParameter()
1169 const DexFile* dex_file = method->GetDexFile(); in GetParametersMetadataForMethod()
1509 SearchAnnotationSet(data.GetDexFile(), annotation_set, "Ldalvik/annotation/MemberClasses;", in GetDeclaredClasses()
1534 SearchAnnotationSet(data.GetDexFile(), annotation_set, "Ldalvik/annotation/EnclosingClass;", in GetDeclaringClass()
1561 SearchAnnotationSet(data.GetDexFile(), in GetEnclosingClass()
1569 SearchEncodedAnnotation(data.GetDexFile(), annotation_item->annotation_, "value"); in GetEnclosingClass()
1602 SearchAnnotationSet(data.GetDexFile(), in GetEnclosingMethod()
1620 data.GetDexFile(), in GetInnerClass()
1628 SearchEncodedAnnotation(data.GetDexFile(), annotation_item->annotation_, "name"); in GetInnerClass()
1655 SearchAnnotationSet(data.GetDexFile(), annotation_set, "Ldalvik/annotation/InnerClass;", in GetInnerClassFlags()
1661 SearchEncodedAnnotation(data.GetDexFile(), annotation_item->annotation_, "accessFlags"); in GetInnerClassFlags()
1706 data.GetDexFile(), in GetSourceDebugExtension()
1715 SearchEncodedAnnotation(data.GetDexFile(), annotation_item->annotation_, "value"); in GetSourceDebugExtension()
1731 return data.GetDexFile().StringDataByIdx(index); in GetSourceDebugExtension()