Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1188 RelocationRange app_oat(reinterpret_cast<uintptr_t>(image_header->GetOatDataBegin()), in RelocateInPlace() local
1194 VLOG(image) << "App oat " << app_oat; in RelocateInPlace()
1209 ForwardCode forward_code(boot_image, app_oat); in RelocateInPlace()
/art/oatdump/
Doatdump.cc348 const char* app_oat, in OatDumperOptions() argument
361 app_oat_(app_oat), in OatDumperOptions()