Searched refs:dump_stats (Results 1 - 3 of 3) sorted by relevance

/art/dex2oat/
H A Ddex2oat.cc235 bool dump_stats,
260 dump_stats));
612 bool dump_stats = kIsDebugBuild; local
963 dump_stats,
226 CreateOatFile(const std::string& boot_image_option, const std::string* host_prefix, const std::string& android_root, bool is_host, const std::vector<const DexFile*>& dex_files, File* oat_file, const std::string& bitcode_filename, bool image, UniquePtr<CompilerDriver::DescriptorSet>& image_classes, bool dump_stats, base::TimingLogger& timings) argument
/art/compiler/driver/
H A Dcompiler_driver.h95 size_t thread_count, bool dump_stats);
H A Dcompiler_driver.cc340 bool dump_stats)
351 dump_stats_(dump_stats),
338 CompilerDriver(CompilerBackend compiler_backend, InstructionSet instruction_set, bool image, DescriptorSet* image_classes, size_t thread_count, bool dump_stats) argument

Completed in 85 milliseconds