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

/art/runtime/
H A Ddex_file.h98 uint32_t class_defs_off_; // file offset of ClassDef array
194 struct ClassDef { struct in class:art::DexFile
206 // Returns the valid access flags, that is, Java modifier bits relevant to the ClassDef type
225 DISALLOW_COPY_AND_ASSIGN(ClassDef);
637 // Returns the ClassDef at the specified index.
638 const ClassDef& GetClassDef(uint16_t idx) const {
643 uint16_t GetIndexForClassDef(const ClassDef& class_def) const {
650 const char* GetClassDescriptor(const ClassDef& class_def) const {
656 const ClassDef* FindClassDef(const char* descriptor, size_t hash) const;
659 const ClassDef* FindClassDe
[all...]

Completed in 87 milliseconds