Home
last modified time | relevance | path

Searched defs:oat (Results 1 – 4 of 4) sorted by relevance

/art/dexlayout/
Ddexdiag_test.cc66 std::unique_ptr<OatFile> oat(OatFile::Open(/*zip_fd=*/ -1, in OpenOatAndVdexFiles() local
114 std::unique_ptr<OatFile> oat = OpenOatAndVdexFiles(); local
126 std::unique_ptr<OatFile> oat = OpenOatAndVdexFiles(); local
140 std::unique_ptr<OatFile> oat = OpenOatAndVdexFiles(); local
/art/libartbase/base/
Dlogging.h49 bool oat; member
/art/runtime/gc/space/
Dimage_space_test.cc242 std::unique_ptr<OatFile> oat(OatFile::Open(/*zip_fd=*/ -1, in TEST_F() local
/art/runtime/
Doat_file.cc406 /*inout*/const uint8_t** oat, in ReadOatDexFileData()
422 /*inout*/const uint8_t** oat, in ReadIndexBssMapping()
521 const uint8_t* oat = Begin() + oat_dex_files_offset; // Jump to the OatDexFile records. in Setup() local