HomeSort by relevance Sort by last modified time
    Searched refs:GetParameterAnnotations (Results 1 - 10 of 10) sorted by null

  /art/dexlayout/
dex_writer.cc 375 directory_buffer[3] = annotations_directory->GetParameterAnnotations() == nullptr ? 0 :
376 annotations_directory->GetParameterAnnotations()->size();
395 if (annotations_directory->GetParameterAnnotations() != nullptr) {
397 *annotations_directory->GetParameterAnnotations()) {
dex_verify.cc 308 return VerifyParameterAnnotations(orig->GetParameterAnnotations(),
309 output->GetParameterAnnotations(),
    [all...]
dex_ir.cc 520 dex_file.GetParameterAnnotations(disk_annotations_item);
    [all...]
dex_ir.h     [all...]
dexlayout.cc 730 dex_ir::ParameterAnnotationVector* parameters = annotations_directory->GetParameterAnnotations();
    [all...]
  /art/runtime/
dex_file_annotations.h 56 mirror::ObjectArray<mirror::Object>* GetParameterAnnotations(ArtMethod* method)
dex_file_annotations.cc 290 dex_file->GetParameterAnnotations(annotations_dir);
    [all...]
dex_file.h     [all...]
  /art/runtime/native/
java_lang_reflect_Executable.cc 84 return soa.AddLocalReference<jobjectArray>(annotations::GetParameterAnnotations(method));
  /art/dexdump/
dexdump.cc 668 const DexFile::ParameterAnnotationsItem* pars = pDexFile->GetParameterAnnotations(dir);
    [all...]

Completed in 160 milliseconds