Searched refs:method_inliner_map_ (Results 1 – 10 of 10) sorted by relevance
33 method_inliner_map_(method_inliner_map) { in QuickCompilerCallbacks()52 DexFileToMethodInlinerMap* const method_inliner_map_; variable
28 method_inliner_map_->GetMethodInliner(ref.dex_file)->AnalyseMethodCode(verifier); in MethodVerified()
178 method_inliner_map_.get(), in CreateCompilerDriver()202 method_inliner_map_.reset(new DexFileToMethodInlinerMap); in SetUpRuntimeOptions()204 method_inliner_map_.get(), in SetUpRuntimeOptions()225 method_inliner_map_.reset(); in TearDown()
105 std::unique_ptr<DexFileToMethodInlinerMap> method_inliner_map_; variable
102 method_inliner_map_.reset(new DexFileToMethodInlinerMap); in SetupCompiler()104 method_inliner_map_.get(), in SetupCompiler()110 method_inliner_map_.get(), in SetupCompiler()
52 std::unique_ptr<DexFileToMethodInlinerMap> method_inliner_map_; variable
150 method_inliner_map_.reset(new DexFileToMethodInlinerMap); in JitCompiler()154 method_inliner_map_.get(), in JitCompiler()
137 return method_inliner_map_; in GetMethodInlinerMap()631 DexFileToMethodInlinerMap* const method_inliner_map_; variable
376 method_inliner_map_(method_inliner_map), in CompilerDriver()407 DCHECK(method_inliner_map_ != nullptr); in CompilerDriver()
506 method_inliner_map_(), in Dex2Oat()1300 &method_inliner_map_, in Setup()1537 &method_inliner_map_, in Compile()2429 DexFileToMethodInlinerMap method_inliner_map_; member in art::FINAL