Home | History | Annotate | Download | only in runtime

Lines Matching refs:OatClass

145     // A representation of an invalid OatMethod, used when an OatMethod or OatClass can't be found.
163 friend class OatClass;
166 class OatClass FINAL {
192 // A representation of an invalid OatClass, used when an OatClass can't be found.
194 static OatClass Invalid() {
195 return OatClass(nullptr, mirror::Class::kStatusError, kOatClassNoneCompiled, 0, nullptr,
200 OatClass(const OatFile* oat_file,
359 friend class OatClass;
396 // Returns the OatClass for the class specified by the given DexFile class_def_index.
397 OatFile::OatClass GetOatClass(uint16_t class_def_index) const;
399 // Returns the offset to the OatClass information. Most callers should use GetOatClass.