Home
last modified time | relevance | path

Searched defs:output_filename (Results 1 – 6 of 6) sorted by relevance

/art/tools/checker/
Dchecker.py52 def list_passes(output_filename): argument
58 def dump_pass(output_filename, pass_name): argument
93 def run_tests(check_prefix, check_path, output_filename, target_arch, debuggable_mode, print_cfg): argument
/art/runtime/interpreter/mterp/
Dgen_mterp.py55 def generate_script(output_filename, input_filenames): argument
91 output_filename = sys.argv[1] variable
/art/runtime/interpreter/mterp/common/
Dgen_setup.py67 def generate(output_filename): argument
/art/tools/create_minidebuginfo/
Dcreate_minidebuginfo.cc147 const char* output_filename = argv[2]; in Main() local
/art/runtime/jit/
Dprofile_saver.cc1017 const std::string& output_filename, in Start()
1150 static void AddTrackedLocationsToMap(const std::string& output_filename, in AddTrackedLocationsToMap()
1188 void ProfileSaver::AddTrackedLocations(const std::string& output_filename, in AddTrackedLocations()
/art/runtime/hprof/
Dhprof.cc437 Hprof(const char* output_filename, int fd, bool direct_to_ddms) in Hprof()