Home
last modified time | relevance | path

Searched defs:OatDexFile (Results 1 – 9 of 9) sorted by relevance

/aosp12/art/libdexfile/dex/
H A Dart_dex_file_loader.h33 class OatDexFile; variable
H A Ddex_file_loader.h30 class OatDexFile; variable
H A Dstandard_dex_file.h26 class OatDexFile; variable
H A Ddex_file.h45 class OatDexFile; variable
/aosp12/art/runtime/jit/
H A Djit.h41 class OatDexFile; variable
/aosp12/art/runtime/
H A Doat_file.h46 class OatDexFile; variable
H A Doat_file.cc2079 OatDexFile::OatDexFile(const OatFile* oat_file, in OatDexFile() function in art::OatDexFile
2130 OatDexFile::OatDexFile(const OatFile* oat_file, in OatDexFile() function in art::OatDexFile
2146 OatDexFile::OatDexFile(TypeLookupTable&& lookup_table) : lookup_table_(std::move(lookup_table)) { in OatDexFile() function in art::OatDexFile
/aosp12/art/dex2oat/linker/
H A Doat_writer.h251 class OatDexFile; variable
H A Doat_writer.cc307 class OatWriter::OatDexFile { class in art::linker::OatWriter
3855 OatWriter::OatDexFile::OatDexFile(const char* dex_file_location, in OatDexFile() function in art::linker::OatWriter::OatDexFile