Home
last modified time | relevance | path

Searched refs:oat_data_begin_ (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dimage.cc44 oat_data_begin_(oat_data_begin), in ImageHeader()
69 oat_data_begin_ += delta; in RelocateImage()
93 if (oat_data_begin_ > oat_data_end_) { in IsValid()
96 if (oat_file_begin_ >= oat_data_begin_) { in IsValid()
Dimage.h96 return reinterpret_cast<uint8_t*>(oat_data_begin_); in GetOatDataBegin()
189 uint32_t oat_data_begin_; variable
/art/compiler/
Dimage_writer.h50 oat_data_begin_(nullptr), interpreter_to_interpreter_bridge_offset_(0), in ImageWriter()
94 return reinterpret_cast<uintptr_t>(oat_data_begin_); in GetOatDataBegin()
203 DCHECK(oat_data_begin_ != nullptr); in GetOatAddress()
204 return offset == 0u ? nullptr : oat_data_begin_ + offset; in GetOatAddress()
334 const uint8_t* oat_data_begin_; variable
Dimage_writer.cc970 oat_data_begin_ = oat_file_begin + oat_data_offset; in CreateHeader()
971 const uint8_t* oat_data_end = oat_data_begin_ + oat_file_->Size(); in CreateHeader()
1016 PointerToLowMemUInt32(oat_file_begin), PointerToLowMemUInt32(oat_data_begin_), in CreateHeader()
1340 DCHECK_GE(quick_code, oat_data_begin_); in GetQuickCode()
1345 DCHECK_GE(quick_code, oat_data_begin_); in GetQuickCode()
1350 DCHECK_GE(quick_code, oat_data_begin_); in GetQuickCode()
1356 DCHECK_GE(quick_code, oat_data_begin_); in GetQuickCode()