Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexdiag_test.cc70 std::unique_ptr<OatFile> oat(OatFile::Open(oat_location.c_str(), in OpenOatAndVdexFiles() local
120 std::unique_ptr<OatFile> oat = OpenOatAndVdexFiles(); local
132 std::unique_ptr<OatFile> oat = OpenOatAndVdexFiles(); local
146 std::unique_ptr<OatFile> oat = OpenOatAndVdexFiles(); local
/art/runtime/gc/space/
Dimage_space_test.cc43 std::unique_ptr<OatFile> oat(OatFile::Open(oat_location.c_str(), in TEST_F() local
/art/runtime/base/
Dlogging.h48 bool oat; member
/art/runtime/
Doat_file.cc264 /*inout*/const uint8_t** oat, in ReadOatDexFileData()
340 const uint8_t* oat = Begin() + oat_dex_files_offset; // Jump to the OatDexFile records. in Setup() local