Searched refs:cached_image_info_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Doat_file_assistant.cc916 cached_image_info_.location = image_space->GetImageLocation();
920 cached_image_info_.oat_checksum = image_header.GetOatChecksum();
921 cached_image_info_.oat_data_begin = reinterpret_cast<uintptr_t>(image_header.GetOatDataBegin());
922 cached_image_info_.patch_delta = image_header.GetPatchDelta();
926 cached_image_info_.location.c_str(), isa_));
927 cached_image_info_.oat_checksum = image_header->GetOatChecksum();
928 cached_image_info_.oat_data_begin = reinterpret_cast<uintptr_t>(image_header->GetOatDataBegin());
929 cached_image_info_.patch_delta = image_header->GetPatchDelta();
934 return image_info_load_succeeded_ ? &cached_image_info_ : nullptr;
H A Doat_file_assistant.h436 ImageInfo cached_image_info_; member in class:art::OatFileAssistant

Completed in 45 milliseconds