Home
last modified time | relevance | path

Searched refs:GetMethodAnnotations (Results 1 – 8 of 8) sorted by relevance

/aosp12/art/dexlayout/
H A Ddex_writer.cc430 directory_buffer[2] = annotations_directory->GetMethodAnnotations() == nullptr ? 0 : in WriteAnnotationsDirectories()
431 annotations_directory->GetMethodAnnotations()->size(); in WriteAnnotationsDirectories()
443 if (annotations_directory->GetMethodAnnotations() != nullptr) { in WriteAnnotationsDirectories()
445 *annotations_directory->GetMethodAnnotations()) { in WriteAnnotationsDirectories()
H A Ddex_verify.cc315 if (!VerifyMethodAnnotations(orig->GetMethodAnnotations(), in VerifyAnnotationsDirectory()
316 output->GetMethodAnnotations(), in VerifyAnnotationsDirectory()
H A Ddex_ir.h1221 MethodAnnotationVector* GetMethodAnnotations() { return method_annotations_.get(); } in GetMethodAnnotations() function
H A Ddex_ir_builder.cc751 dex_file.GetMethodAnnotations(disk_annotations_item); in CreateAnnotationsDirectoryItem()
H A Ddexlayout.cc718 dex_ir::MethodAnnotationVector* methods = annotations_directory->GetMethodAnnotations(); in DumpClassAnnotations()
/aosp12/art/libdexfile/dex/
H A Ddex_file.h586 const dex::MethodAnnotationsItem* GetMethodAnnotations( in GetMethodAnnotations() function
/aosp12/art/dexdump/
H A Ddexdump.cc700 const dex::MethodAnnotationsItem* methods = pDexFile->GetMethodAnnotations(dir); in dumpClassAnnotations()
/aosp12/art/runtime/dex/
H A Ddex_file_annotations.cc292 const MethodAnnotationsItem* method_annotations = dex_file.GetMethodAnnotations(annotations_dir); in FindAnnotationSetForMethod()