Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_structs.h108 struct ClassDef { struct
120 // Returns the valid access flags, that is, Java modifier bits relevant to the ClassDef type argument
139 DISALLOW_COPY_AND_ASSIGN(ClassDef); argument
/art/dexlayout/
Ddex_ir.h44 class ClassDef; variable
908 ClassDef(const TypeId* class_type, in ClassDef() function