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

/art/runtime/
H A Ddex_file.h96 uint32_t class_defs_off_; // file offset of ClassDef array
192 struct ClassDef { struct in class:art::DexFile
204 // Returns the valid access flags, that is, Java modifier bits relevant to the ClassDef type
223 DISALLOW_COPY_AND_ASSIGN(ClassDef);
634 // Returns the ClassDef at the specified index.
635 const ClassDef& GetClassDef(uint16_t idx) const {
640 uint16_t GetIndexForClassDef(const ClassDef& class_def) const {
647 const char* GetClassDescriptor(const ClassDef& class_def) const {
652 const ClassDef* FindClassDef(const char* descriptor) const;
655 const ClassDef* FindClassDe
[all...]

Completed in 6 milliseconds