Searched defs:method_inliner_map (Results 1 - 3 of 3) sorted by relevance

/art/compiler/dex/
H A Dquick_compiler_callbacks.h30 DexFileToMethodInlinerMap* method_inliner_map,
33 method_inliner_map_(method_inliner_map) {
35 CHECK(method_inliner_map != nullptr);
29 QuickCompilerCallbacks(VerificationResults* verification_results, DexFileToMethodInlinerMap* method_inliner_map, CompilerCallbacks::CallbackMode mode) argument
/art/compiler/driver/
H A Dcompiled_method_storage_test.cc31 DexFileToMethodInlinerMap method_inliner_map; local
34 &method_inliner_map,
H A Dcompiler_driver.cc359 DexFileToMethodInlinerMap* method_inliner_map,
376 method_inliner_map_(method_inliner_map),
356 CompilerDriver( const CompilerOptions* compiler_options, VerificationResults* verification_results, DexFileToMethodInlinerMap* method_inliner_map, Compiler::Kind compiler_kind, InstructionSet instruction_set, const InstructionSetFeatures* instruction_set_features, bool boot_image, bool app_image, 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, bool dump_stats, bool dump_passes, CumulativeLogger* timer, int swap_fd, const ProfileCompilationInfo* profile_compilation_info) argument

Completed in 71 milliseconds