Home | History | Annotate | Download | only in compiler

Lines Matching refs:OatClass

47 // OatClass[0]       one variable sized OatClass for each of C DexFile::ClassDefs
48 // OatClass[1] contains OatClass entries with class status, offsets to code, etc.
50 // OatClass[C]
143 class OatClass {
145 explicit OatClass(size_t offset, mirror::Class::Status status, uint32_t methods_count);
152 // Offset of start of OatClass from beginning of OatHeader. It is
164 DISALLOW_COPY_AND_ASSIGN(OatClass);
183 std::vector<OatClass*> oat_classes_;