Searched defs:image_file_name (Results 1 - 4 of 4) sorted by relevance

/art/dex2oat/
H A Ddex2oat_test.cc725 uint64_t GetImageObjectSectionSize(const std::string& image_file_name) { argument
726 EXPECT_FALSE(image_file_name.empty());
727 std::unique_ptr<File> file(OS::OpenFileForReading(image_file_name.c_str()));
/art/imgdiag/
H A Dimgdiag.cc1176 std::string image_file_name = local
1178 auto image_map_file = std::unique_ptr<File>(OS::OpenFileForReading(image_file_name.c_str()));
1180 os << "Failed to open " << image_file_name << " for reading"; local
1185 os << "Could not fully read file " << image_file_name; local
/art/runtime/gc/space/
H A Dimage_space.cc1706 bool ImageSpace::LoadBootImage(const std::string& image_file_name, argument
1715 if (image_file_name.empty()) {
1721 image_file_names.push_back(image_file_name);
1757 ExtractMultiImageLocations(image_file_name, boot_classpath, &image_file_names);
1761 LOG(ERROR) << "Could not create image space with image file '" << image_file_name << "'. "
1946 // For example, image_file_name is /a/b/c/d/e.art
1960 // Example image_file_name is oats/system@framework@boot.art
/art/runtime/gc/
H A Dheap.cc172 const std::string& image_file_name,
320 if (space::ImageSpace::LoadBootImage(image_file_name,
164 Heap(size_t initial_size, size_t growth_limit, size_t min_free, size_t max_free, double target_utilization, double foreground_heap_growth_multiplier, size_t capacity, size_t non_moving_space_capacity, const std::string& image_file_name, const InstructionSet image_instruction_set, CollectorType foreground_collector_type, CollectorType background_collector_type, space::LargeObjectSpaceType large_object_space_type, size_t large_object_threshold, size_t parallel_gc_threads, size_t conc_gc_threads, bool low_memory_mode, size_t long_pause_log_threshold, size_t long_gc_log_threshold, bool ignore_max_footprint, bool use_tlab, bool verify_pre_gc_heap, bool verify_pre_sweeping_heap, bool verify_post_gc_heap, bool verify_pre_gc_rosalloc, bool verify_pre_sweeping_rosalloc, bool verify_post_gc_rosalloc, bool gc_stress_mode, bool measure_gc_performance, bool use_homogeneous_space_compaction_for_oom, uint64_t min_interval_homogeneous_space_compaction_by_oom) argument

Completed in 91 milliseconds