Home
last modified time | relevance | path

Searched refs:method_annotations (Results 1 – 3 of 3) sorted by relevance

/art/dexlayout/
Ddex_ir_builder.cc752 MethodAnnotationVector* method_annotations = nullptr; in CreateAnnotationsDirectoryItem() local
754 method_annotations = new MethodAnnotationVector(); in CreateAnnotationsDirectoryItem()
762 method_annotations->push_back(std::make_unique<MethodAnnotation>( in CreateAnnotationsDirectoryItem()
785 method_annotations, in CreateAnnotationsDirectoryItem()
Ddex_ir.h1212 MethodAnnotationVector* method_annotations, in AnnotationsDirectoryItem() argument
1216 method_annotations_(method_annotations), in AnnotationsDirectoryItem()
/art/runtime/dex/
Ddex_file_annotations.cc292 const MethodAnnotationsItem* method_annotations = dex_file.GetMethodAnnotations(annotations_dir); in FindAnnotationSetForMethod() local
293 if (method_annotations == nullptr) { in FindAnnotationSetForMethod()
298 if (method_annotations[i].method_idx_ == method_index) { in FindAnnotationSetForMethod()
299 return dex_file.GetMethodAnnotationSetItem(method_annotations[i]); in FindAnnotationSetForMethod()