Searched defs:ClassDef (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_file.h99 uint32_t class_defs_off_; // file offset of ClassDef array
195 struct ClassDef { struct in class:art::DexFile
207 // Returns the valid access flags, that is, Java modifier bits relevant to the ClassDef type
226 DISALLOW_COPY_AND_ASSIGN(ClassDef);
654 // Returns the ClassDef at the specified index.
655 const ClassDef& GetClassDef(uint16_t idx) const {
660 uint16_t GetIndexForClassDef(const ClassDef& class_def) const {
667 const char* GetClassDescriptor(const ClassDef& class_def) const {
673 const ClassDef* FindClassDef(const char* descriptor, size_t hash) const;
676 const ClassDef* FindClassDe
[all...]

Completed in 362 milliseconds