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

  /art/runtime/
dex_file.h 354 struct MethodAnnotationsItem {
359 DISALLOW_COPY_AND_ASSIGN(MethodAnnotationsItem);
903 const MethodAnnotationsItem* GetMethodAnnotations(const AnnotationsDirectoryItem* anno_dir)
911 return reinterpret_cast<const MethodAnnotationsItem*>(addr);
923 addr += anno_dir->methods_size_ * sizeof(MethodAnnotationsItem);
    [all...]
dex_file_verifier.cc     [all...]
dex_file.cc     [all...]

Completed in 123 milliseconds