Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.cc513 MethodAnnotationVector* method_annotations = nullptr; in CreateAnnotationsDirectoryItem() local
515 method_annotations = new MethodAnnotationVector(); in CreateAnnotationsDirectoryItem()
523 method_annotations->push_back(std::unique_ptr<MethodAnnotation>( in CreateAnnotationsDirectoryItem()
542 class_annotation, field_annotations, method_annotations, parameter_annotations); in CreateAnnotationsDirectoryItem()
Ddex_ir.h1232 MethodAnnotationVector* method_annotations, in AnnotationsDirectoryItem() argument
1236 method_annotations_(method_annotations), in AnnotationsDirectoryItem()
/art/runtime/dex/
Ddex_file_annotations.cc273 const DexFile::MethodAnnotationsItem* method_annotations = in FindAnnotationSetForMethod() local
275 if (method_annotations == nullptr) { in FindAnnotationSetForMethod()
280 if (method_annotations[i].method_idx_ == method_index) { in FindAnnotationSetForMethod()
281 return dex_file.GetMethodAnnotationSetItem(method_annotations[i]); in FindAnnotationSetForMethod()