Home | History | Annotate | Download | only in compiler

Lines Matching refs:OatClass

52 // OatClass[0]       one variable sized OatClass for each of C DexFile::ClassDefs
53 // OatClass[1] contains OatClass entries with class status, offsets to code, etc.
55 // OatClass[C]
201 class OatClass {
203 explicit OatClass(size_t offset,
207 ~OatClass();
219 // Offset of start of OatClass from beginning of OatHeader. It is
226 // Offset from OatClass::offset_ to the OatMethodOffsets for the
228 // CompiledMethod entry in OatClass::compiled_methods_ should be
229 // null and that the OatClass::type_ should be kOatClassBitmap.
250 // present in the OatClass. Note that some may be missing if
251 // OatClass::compiled_methods_ contains null values (and
258 DISALLOW_COPY_AND_ASSIGN(OatClass);
287 std::vector<OatClass*> oat_classes_;