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]
181 class OatClass {
183 explicit OatClass(size_t offset,
187 ~OatClass();
199 // Offset of start of OatClass from beginning of OatHeader. It is
209 // Offset from OatClass::offset_ to the OatMethodOffsets for the
211 // CompiledMethod entry in OatClass::compiled_methods_ should be
212 // NULL and that the OatClass::type_ should be kOatClassBitmap.
233 // present in the OatClass. Note that some may be missing if
234 // OatClass::compiled_methods_ contains NULL values (and
241 DISALLOW_COPY_AND_ASSIGN(OatClass);
263 std::vector<OatClass*> oat_classes_;