Home
last modified time | relevance | path

Searched defs:GetParameterAnnotations (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/libdexfile/dex/
H A Ddex_file.h597 const dex::ParameterAnnotationsItem* GetParameterAnnotations( in GetParameterAnnotations() function
/aosp12/art/runtime/dex/
H A Ddex_file_annotations.cc1100 ObjPtr<mirror::ObjectArray<mirror::Object>> GetParameterAnnotations(ArtMethod* method) { in GetParameterAnnotations() function
/aosp12/art/dexlayout/
H A Ddex_ir.h1222 ParameterAnnotationVector* GetParameterAnnotations() { return parameter_annotations_.get(); } in GetParameterAnnotations() function