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

  /art/runtime/dex/
dex_file_annotations.cc 155 const AnnotationsDirectoryItem* annotations_dir = dex_file.GetAnnotationsDirectory(class_def);
288 const AnnotationsDirectoryItem* annotations_dir = dex_file.GetAnnotationsDirectory(class_def);
319 dex_file->GetAnnotationsDirectory(method->GetClassDef());
346 const AnnotationsDirectoryItem* annotations_dir = dex_file.GetAnnotationsDirectory(*class_def);
    [all...]
  /art/libdexfile/dex/
dex_file.h 550 const dex::AnnotationsDirectoryItem* GetAnnotationsDirectory(const dex::ClassDef& class_def)
    [all...]
  /art/dexdump/
dexdump.cc 652 const dex::AnnotationsDirectoryItem* dir = pDexFile->GetAnnotationsDirectory(pClassDef);
    [all...]
  /art/dexlayout/
dex_ir_builder.cc 491 dex_file.GetAnnotationsDirectory(disk_class_def);
    [all...]

Completed in 334 milliseconds