Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.h195 struct ClassDef { struct
207 // Returns the valid access flags, that is, Java modifier bits relevant to the ClassDef type argument
226 DISALLOW_COPY_AND_ASSIGN(ClassDef); argument
/art/dexlayout/
Ddex_ir.h40 class ClassDef; variable
781 ClassDef(const TypeId* class_type, in ClassDef() function