Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexdiag_test.cc71 std::unique_ptr<OatFile> oat(OatFile::Open(/*zip_fd=*/ -1, in OpenOatAndVdexFiles() local
121 std::unique_ptr<OatFile> oat = OpenOatAndVdexFiles(); local
133 std::unique_ptr<OatFile> oat = OpenOatAndVdexFiles(); local
147 std::unique_ptr<OatFile> oat = OpenOatAndVdexFiles(); local
/art/runtime/gc/space/
Dimage_space_test.cc47 std::unique_ptr<OatFile> oat(OatFile::Open(/*zip_fd=*/ -1, in TEST_F() local
/art/libartbase/base/
Dlogging.h45 bool oat; member
/art/runtime/
Doat_file.cc393 /*inout*/const uint8_t** oat, in ReadOatDexFileData()
409 /*inout*/const uint8_t** oat, in ReadIndexBssMapping()
506 const uint8_t* oat = Begin() + oat_dex_files_offset; // Jump to the OatDexFile records. in Setup() local