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.cc242 DexFileToMethodInlinerMap* method_inliner_map,
246 CHECK(method_inliner_map != nullptr);
252 method_inliner_map,
481 DexFileToMethodInlinerMap* method_inliner_map,
488 method_inliner_map_(method_inliner_map),
494 CHECK(method_inliner_map != nullptr);
1260 DexFileToMethodInlinerMap method_inliner_map; local
1261 QuickCompilerCallbacks callbacks(verification_results.get(), &method_inliner_map);
1275 &method_inliner_map,
476 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.cc329 DexFileToMethodInlinerMap* method_inliner_map,
338 method_inliner_map_(method_inliner_map),
327 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, size_t thread_count, bool dump_stats, bool dump_passes, CumulativeLogger* timer, std::string profile_file) argument

Completed in 64 milliseconds