Home
last modified time | relevance | path

Searched refs:oat_file_end_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dimage.cc53 oat_file_end_(oat_file_end), in ImageHeader()
83 oat_file_end_ += delta; in RelocateImage()
111 if (oat_file_begin_ > oat_file_end_) { in IsValid()
Dimage.h90 oat_file_end_(0U), in ImageHeader()
156 return reinterpret_cast<uint8_t*>(oat_file_end_); in GetOatFileEnd()
313 uint32_t oat_file_end_; variable