Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.h58 ObjPtr<mirror::ObjectArray<mirror::Object>> GetParameterAnnotations(ArtMethod* method)
Ddex_file_annotations.cc324 dex_file->GetParameterAnnotations(annotations_dir); in FindAnnotationsItemForMethod()
1100 ObjPtr<mirror::ObjectArray<mirror::Object>> GetParameterAnnotations(ArtMethod* method) { in GetParameterAnnotations() function
/art/dexlayout/
Ddex_writer.cc432 directory_buffer[3] = annotations_directory->GetParameterAnnotations() == nullptr ? 0 : in WriteAnnotationsDirectories()
433 annotations_directory->GetParameterAnnotations()->size(); in WriteAnnotationsDirectories()
451 if (annotations_directory->GetParameterAnnotations() != nullptr) { in WriteAnnotationsDirectories()
453 *annotations_directory->GetParameterAnnotations()) { in WriteAnnotationsDirectories()
Ddex_verify.cc321 return VerifyParameterAnnotations(orig->GetParameterAnnotations(), in VerifyAnnotationsDirectory()
322 output->GetParameterAnnotations(), in VerifyAnnotationsDirectory()
Ddex_ir_builder.cc767 dex_file.GetParameterAnnotations(disk_annotations_item); in CreateAnnotationsDirectoryItem()
Ddex_ir.h1222 ParameterAnnotationVector* GetParameterAnnotations() { return parameter_annotations_.get(); } in GetParameterAnnotations() function
Ddexlayout.cc719 dex_ir::ParameterAnnotationVector* parameters = annotations_directory->GetParameterAnnotations(); in DumpClassAnnotations()
/art/runtime/native/
Djava_lang_reflect_Executable.cc89 hs.NewHandle(annotations::GetParameterAnnotations(method)); in Executable_getParameterAnnotationsNative()
/art/libdexfile/dex/
Ddex_file.h581 const dex::ParameterAnnotationsItem* GetParameterAnnotations( in GetParameterAnnotations() function
/art/dexdump/
Ddexdump.cc701 const dex::ParameterAnnotationsItem* pars = pDexFile->GetParameterAnnotations(dir); in dumpClassAnnotations()