Searched defs:output_filename (Results 1 – 6 of 6) sorted by relevance
/art/tools/checker/ |
D | checker.py | 52 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/ |
D | gen_mterp.py | 55 def generate_script(output_filename, input_filenames): argument 91 output_filename = sys.argv[1] variable
|
/art/runtime/interpreter/mterp/common/ |
D | gen_setup.py | 67 def generate(output_filename): argument
|
/art/tools/create_minidebuginfo/ |
D | create_minidebuginfo.cc | 147 const char* output_filename = argv[2]; in Main() local
|
/art/runtime/jit/ |
D | profile_saver.cc | 1017 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/ |
D | hprof.cc | 437 Hprof(const char* output_filename, int fd, bool direct_to_ddms) in Hprof()
|