Home | History | Annotate | Download | only in compiler

Lines Matching refs:oat_file_begin

968   const uint8_t* oat_file_begin = GetOatFileBegin();
969 const uint8_t* oat_file_end = oat_file_begin + oat_loaded_size;
970 oat_data_begin_ = oat_file_begin + oat_data_offset;
1010 CHECK_EQ(AlignUp(image_begin_ + image_end, kPageSize), oat_file_begin) <<
1016 PointerToLowMemUInt32(oat_file_begin), PointerToLowMemUInt32(oat_data_begin_),