Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.h56 mirror::ObjectArray<mirror::Object>* GetParameterAnnotations(ArtMethod* method)
Ddex_file_annotations.cc306 dex_file->GetParameterAnnotations(annotations_dir); in FindAnnotationsItemForMethod()
1108 mirror::ObjectArray<mirror::Object>* GetParameterAnnotations(ArtMethod* method) { in GetParameterAnnotations() function
/art/dexlayout/
Ddex_writer.cc437 directory_buffer[3] = annotations_directory->GetParameterAnnotations() == nullptr ? 0 : in WriteAnnotationsDirectories()
438 annotations_directory->GetParameterAnnotations()->size(); in WriteAnnotationsDirectories()
456 if (annotations_directory->GetParameterAnnotations() != nullptr) { in WriteAnnotationsDirectories()
458 *annotations_directory->GetParameterAnnotations()) { in WriteAnnotationsDirectories()
Ddex_verify.cc308 return VerifyParameterAnnotations(orig->GetParameterAnnotations(), in VerifyAnnotationsDirectory()
309 output->GetParameterAnnotations(), in VerifyAnnotationsDirectory()
Ddex_ir.cc528 dex_file.GetParameterAnnotations(disk_annotations_item); in CreateAnnotationsDirectoryItem()
Ddex_ir.h1242 ParameterAnnotationVector* GetParameterAnnotations() { return parameter_annotations_.get(); } in GetParameterAnnotations() function
Ddexlayout.cc733 dex_ir::ParameterAnnotationVector* parameters = annotations_directory->GetParameterAnnotations(); in DumpClassAnnotations()
/art/runtime/native/
Djava_lang_reflect_Executable.cc86 hs.NewHandle(annotations::GetParameterAnnotations(method)); in Executable_getParameterAnnotationsNative()
/art/libdexfile/dex/
Ddex_file.h814 const ParameterAnnotationsItem* GetParameterAnnotations(const AnnotationsDirectoryItem* anno_dir) in GetParameterAnnotations() function
/art/dexdump/
Ddexdump.cc672 const DexFile::ParameterAnnotationsItem* pars = pDexFile->GetParameterAnnotations(dir); in dumpClassAnnotations()