Searched refs:output_filename (Results 1 – 5 of 5) sorted by relevance
/art/runtime/interpreter/mterp/ |
D | gen_mterp.py | 56 def generate_script(output_filename, input_filenames): argument 83 script.write("generate('''" + output_filename + "''')\n") 92 output_filename = sys.argv[1] variable 94 script_filename = output_filename + ".py" 95 script = generate_script(output_filename, input_filenames)
|
/art/runtime/jit/ |
D | profile_saver.h | 34 const std::string& output_filename, 67 const std::string& output_filename, 96 void AddTrackedLocations(const std::string& output_filename,
|
D | profile_saver.cc | 82 const std::string& output_filename, in ProfileSaver() argument 103 AddTrackedLocations(output_filename, code_paths); in ProfileSaver() 685 const std::string& output_filename, in Start() argument 691 DCHECK(!output_filename.empty()); in Start() 738 instance_->AddTrackedLocations(output_filename, code_paths_to_profile); in Start() 742 VLOG(profiler) << "Starting profile saver using output file: " << output_filename in Start() 746 output_filename, in Start() 813 static void AddTrackedLocationsToMap(const std::string& output_filename, in AddTrackedLocationsToMap() argument 841 auto it = map->find(output_filename); in AddTrackedLocationsToMap() 844 output_filename, in AddTrackedLocationsToMap() [all …]
|
/art/runtime/interpreter/mterp/common/ |
D | gen_setup.py | 67 def generate(output_filename): argument 88 with open(output_filename, 'w') as output_file:
|
/art/runtime/hprof/ |
D | hprof.cc | 438 Hprof(const char* output_filename, int fd, bool direct_to_ddms) in Hprof() argument 439 : filename_(output_filename), in Hprof()
|