Home
last modified time | relevance | path

Searched refs:GetParameterAnnotations (Results 1 – 5 of 5) sorted by relevance

/art/runtime/dex/
Ddex_file_annotations.h58 ObjPtr<mirror::ObjectArray<mirror::Object>> GetParameterAnnotations(ArtMethod* method)
Ddex_file_annotations.cc327 dex_file->GetParameterAnnotations(annotations_dir); in FindAnnotationsItemForMethod()
1127 ObjPtr<mirror::ObjectArray<mirror::Object>> GetParameterAnnotations(ArtMethod* method) { in GetParameterAnnotations() function
/art/runtime/native/
Djava_lang_reflect_Executable.cc89 hs.NewHandle(annotations::GetParameterAnnotations(method)); in Executable_getParameterAnnotationsNative()
/art/libdexfile/dex/
Ddex_file.h694 const dex::ParameterAnnotationsItem* GetParameterAnnotations( in GetParameterAnnotations() function
/art/dexdump/
Ddexdump.cc762 const dex::ParameterAnnotationsItem* pars = pDexFile->GetParameterAnnotations(dir); in dumpClassAnnotations()