Searched defs:image_isa (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dparsed_options.cc312 auto&& image_isa = GetInstructionSetFromString(isa_str); local
313 if (image_isa == kNone) {
318 runtime_options->Set(M::ImageInstructionSet, image_isa);
/art/runtime/gc/space/
H A Dimage_space.cc175 static bool GenerateImage(const std::string& image_filename, InstructionSet image_isa, argument
187 PruneDalvikCache(image_isa);
211 CHECK_EQ(image_isa, kRuntimeISA)
235 const InstructionSet image_isa,
245 // system_image_location = /system/framework/<image_isa>/boot.art
246 std::string system_image_filename(GetSystemImageFilename(image_location, image_isa));
255 GetDalvikCache(GetInstructionSetString(image_isa), true, &dalvik_cache,
263 // *image_filename = /data/dalvik-cache/<image_isa>/boot.art
343 const InstructionSet image_isa) {
345 ImageHeader* image_header = ReadImageHeader(image_location, image_isa,
234 FindImageFilename(const char* image_location, const InstructionSet image_isa, std::string* system_filename, bool* has_system, std::string* cache_filename, bool* dalvik_cache_exists, bool* has_cache, bool* is_global_cache) argument
342 ReadImageHeaderOrDie(const char* image_location, const InstructionSet image_isa) argument
352 ReadImageHeader(const char* image_location, const InstructionSet image_isa, std::string* error_msg) argument
474 Create(const char* image_location, const InstructionSet image_isa, std::string* error_msg) argument
[all...]

Completed in 54 milliseconds