Searched defs:OatClass (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Doat_file.cc1756 OatFile::OatClass OatFile::OatDexFile::GetOatClass(uint16_t class_def_index) const {
1790 return OatFile::OatClass(oat_file_,
1857 OatFile::OatClass::OatClass(const OatFile* oat_file, function in class:art::OatFile::OatClass
1891 uint32_t OatFile::OatClass::GetOatMethodOffsetsOffset(uint32_t method_index) const {
1899 const OatMethodOffsets* OatFile::OatClass::GetOatMethodOffsets(uint32_t method_index) const {
1921 const OatFile::OatMethod OatFile::OatClass::GetOatMethod(uint32_t method_index) const {
1962 OatFile::OatClass OatFile::FindOatClass(const DexFile& dex_file,
1969 return OatFile::OatClass::Invalid();
/art/dex2oat/linker/
H A Doat_writer.cc223 // Offset of start of OatClass from beginning of OatHeader. It is
230 class OatWriter::OatClass {
232 OatClass(const dchecked_vector<CompiledMethod*>& compiled_methods,
235 OatClass(OatClass&& src) = default;
246 // Offset from OatClass::offset_ to the OatMethodOffsets for the
248 // CompiledMethod entry in OatClass::compiled_methods_ should be
249 // null and that the OatClass::type_ should be kOatClassBitmap.
263 // present in the OatClass. Note that some may be missing if
264 // OatClass
4294 OatWriter::OatClass::OatClass(const dchecked_vector<CompiledMethod*>& compiled_methods, function in class:OatWriter::OatClass
[all...]

Completed in 3315 milliseconds