Searched defs:profile_compilation_info (Results 1 - 2 of 2) sorted by relevance

/art/dex2oat/linker/
H A Doat_writer_test.cc36 #include "jit/profile_compilation_info.h"
117 /* profile_compilation_info */ nullptr));
128 /*profile_compilation_info*/nullptr,
148 ProfileCompilationInfo* profile_compilation_info) {
152 profile_compilation_info,
171 /*profile_compilation_info*/nullptr,
619 profile_compilation_info(use_profile ? new ProfileCompilationInfo() : nullptr);
625 profile_compilation_info.get());
759 /* profile_compilation_info */ nullptr);
870 std::unique_ptr<ProfileCompilationInfo> profile_compilation_info(ne
143 WriteElf(File* vdex_file, File* oat_file, const std::vector<const char*>& dex_filenames, SafeMap<std::string, std::string>& key_value_store, bool verify, ProfileCompilationInfo* profile_compilation_info) argument
[all...]
/art/compiler/driver/
H A Dcompiler_driver.cc60 #include "jit/profile_compilation_info.h"
271 const ProfileCompilationInfo* profile_compilation_info)
291 profile_compilation_info_(profile_compilation_info),
260 CompilerDriver( const CompilerOptions* compiler_options, VerificationResults* verification_results, Compiler::Kind compiler_kind, InstructionSet instruction_set, const InstructionSetFeatures* instruction_set_features, std::unordered_set<std::string>* image_classes, std::unordered_set<std::string>* compiled_classes, std::unordered_set<std::string>* compiled_methods, size_t thread_count, int swap_fd, const ProfileCompilationInfo* profile_compilation_info) argument

Completed in 51 milliseconds