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)
32 method_inliner_map_(method_inliner_map) {
34 CHECK(method_inliner_map != nullptr);
29 QuickCompilerCallbacks(VerificationResults* verification_results, DexFileToMethodInlinerMap* method_inliner_map) argument
/art/dex2oat/
H A Ddex2oat.cc251 DexFileToMethodInlinerMap* method_inliner_map,
255 CHECK(method_inliner_map != nullptr);
261 method_inliner_map,
513 DexFileToMethodInlinerMap* method_inliner_map,
520 method_inliner_map_(method_inliner_map),
526 CHECK(method_inliner_map != nullptr);
1351 DexFileToMethodInlinerMap method_inliner_map; local
1352 QuickCompilerCallbacks callbacks(verification_results.get(), &method_inliner_map);
1371 &method_inliner_map,
508 Dex2Oat(const CompilerOptions* compiler_options, Compiler::Kind compiler_kind, InstructionSet instruction_set, InstructionSetFeatures instruction_set_features, VerificationResults* verification_results, DexFileToMethodInlinerMap* method_inliner_map, size_t thread_count) argument
/art/compiler/driver/
H A Dcompiler_driver.cc334 DexFileToMethodInlinerMap* method_inliner_map,
346 method_inliner_map_(method_inliner_map),
332 CompilerDriver(const CompilerOptions* compiler_options, VerificationResults* verification_results, DexFileToMethodInlinerMap* method_inliner_map, Compiler::Kind compiler_kind, InstructionSet instruction_set, InstructionSetFeatures instruction_set_features, bool image, std::set<std::string>* image_classes, std::set<std::string>* compiled_classes, size_t thread_count, bool dump_stats, bool dump_passes, CumulativeLogger* timer, int swap_fd, std::string profile_file) argument

Completed in 362 milliseconds