HomeSort by relevance Sort by last modified time
    Searched refs:GetOatLocationFromImageLocation (Results 1 - 5 of 5) sorted by null

  /art/runtime/
image.h 167 static std::string GetOatLocationFromImageLocation(const std::string& image) {
runtime.cc 840 ImageHeader::GetOatLocationFromImageLocation(system_filename.c_str());
842 ImageHeader::GetOatLocationFromImageLocation(image_locations[index].c_str());
    [all...]
  /art/patchoat/
patchoat.cc 236 ImageHeader::GetOatLocationFromImageLocation(input_image_filename);
264 ImageHeader::GetOatLocationFromImageLocation(output_image_filename);
332 ImageHeader::GetOatLocationFromImageLocation(output_image_filename);
    [all...]
  /art/runtime/gc/space/
image_space.cc 110 oat_file_option_string += ImageHeader::GetOatLocationFromImageLocation(image_filename);
    [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 83 milliseconds