Home
last modified time | relevance | path

Searched defs:method_annotations (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/runtime/dex/
H A Ddex_file_annotations.cc298 const MethodAnnotationsItem* method_annotations = dex_file.GetMethodAnnotations(annotations_dir); in FindAnnotationSetForMethod() local
1339const dex::MethodAnnotationsItem& method_annotations) { in GetNativeMethodAnnotationAccessFlags()
1365 const dex::MethodAnnotationsItem& method_annotations) { in MethodIsNeverCompile()
/aosp_15_r20/tools/dexter/slicer/export/slicer/
H A Ddex_ir.h318 std::vector<MethodAnnotation*> method_annotations; member
395 std::vector<own<MethodAnnotation>> method_annotations; member
/aosp_15_r20/tools/dexter/slicer/
H A Ddex_ir.cc310 auto& method_annotations = irAnnotationDirectory->method_annotations; in Normalize() local
/aosp_15_r20/art/runtime/
H A Dclass_linker.cc4182 const dex::MethodAnnotationsItem* method_annotations = mai->AdvanceTo(dex_method_idx); in LoadMethod() local
4203 const dex::MethodAnnotationsItem* method_annotations = mai->AdvanceTo(dex_method_idx); in LoadMethod() local