Home
last modified time | relevance | path

Searched refs:image_isa (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/space/
Dimage_space.h143 const InstructionSet image_isa,
167 static bool IsBootClassPathOnDisk(InstructionSet image_isa);
229 InstructionSet image_isa,
366 bool LoadFromSystem(InstructionSet image_isa,
Dimage_space.cc129 const InstructionSet image_isa, in FindImageFilenameImpl() argument
136 std::string system_image_filename(GetSystemImageFilename(image_location, image_isa)); in FindImageFilenameImpl()
146 const InstructionSet image_isa, in FindImageFilename() argument
150 image_isa, in FindImageFilename()
2208 bool ImageSpace::BootImageLayout::LoadFromSystem(InstructionSet image_isa, in LoadFromSystem() argument
2211 auto filename_fn = [image_isa](const std::string& location, in LoadFromSystem()
2214 *filename = GetSystemImageFilename(location.c_str(), image_isa); in LoadFromSystem()
2231 InstructionSet image_isa, in BootImageLoader() argument
2242 image_isa_(image_isa), in BootImageLoader()
3270 bool ImageSpace::IsBootClassPathOnDisk(InstructionSet image_isa) { in IsBootClassPathOnDisk() argument
[all …]
/art/runtime/
Dparsed_options.cc558 auto&& image_isa = GetInstructionSetFromString(isa_str); in ProcessSpecialOptions()
559 if (image_isa == InstructionSet::kNone) { in ProcessSpecialOptions()
564 runtime_options->Set(M::ImageInstructionSet, image_isa); in ProcessSpecialOptions()