Home
last modified time | relevance | path

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

/art/libartbase/base/
Dlogging.h49 bool oat; member
/art/runtime/oat/
Doat_file.cc423 /*inout*/const uint8_t** oat, in ReadOatDexFileData()
447 bool OatFileBase::ReadIndexBssMapping(/*inout*/const uint8_t** oat, in ReadIndexBssMapping()
492 bool OatFileBase::ReadBssMappingInfo(/*inout*/const uint8_t** oat, in ReadBssMappingInfo()
651 const uint8_t* oat = Begin() + oat_dex_files_offset; // Jump to the OatDexFile records. in Setup() local
/art/runtime/gc/space/
Dimage_space_test.cc241 std::unique_ptr<OatFile> oat(OatFile::Open(/*zip_fd=*/-1, in TEST_F() local