Searched refs:DexFileToMethodInlinerMap (Results 1 – 14 of 14) sorted by relevance
30 DexFileToMethodInlinerMap::DexFileToMethodInlinerMap() in DexFileToMethodInlinerMap() function in art::DexFileToMethodInlinerMap34 DexFileToMethodInlinerMap::~DexFileToMethodInlinerMap() { in ~DexFileToMethodInlinerMap()40 DexFileMethodInliner* DexFileToMethodInlinerMap::GetMethodInliner(const DexFile* dex_file) { in GetMethodInliner()
38 class DexFileToMethodInlinerMap {40 DexFileToMethodInlinerMap();41 ~DexFileToMethodInlinerMap();51 DISALLOW_COPY_AND_ASSIGN(DexFileToMethodInlinerMap);
382 friend class DexFileToMethodInlinerMap; variable
25 class DexFileToMethodInlinerMap; variable30 DexFileToMethodInlinerMap* method_inliner_map, in QuickCompilerCallbacks()52 DexFileToMethodInlinerMap* const method_inliner_map_;
37 class DexFileToMethodInlinerMap; variable105 std::unique_ptr<DexFileToMethodInlinerMap> method_inliner_map_;
202 method_inliner_map_.reset(new DexFileToMethodInlinerMap); in SetUpRuntimeOptions()
102 method_inliner_map_.reset(new DexFileToMethodInlinerMap); in SetupCompiler()
52 std::unique_ptr<DexFileToMethodInlinerMap> method_inliner_map_;
150 method_inliner_map_.reset(new DexFileToMethodInlinerMap); in JitCompiler()
60 class DexFileToMethodInlinerMap; variable91 DexFileToMethodInlinerMap* method_inliner_map,136 DexFileToMethodInlinerMap* GetMethodInlinerMap() const { in GetMethodInlinerMap()631 DexFileToMethodInlinerMap* const method_inliner_map_;
31 DexFileToMethodInlinerMap method_inliner_map; in TEST()
359 DexFileToMethodInlinerMap* method_inliner_map, in CompilerDriver()
266 DexFileToMethodInlinerMap inliner_map_;
2429 DexFileToMethodInlinerMap method_inliner_map_;