Searched refs:GetMethodInliner (Results 1 - 5 of 5) sorted by relevance

/art/compiler/dex/quick/
H A Ddex_file_to_method_inliner_map.h43 DexFileMethodInliner* GetMethodInliner(const DexFile* dex_file) NO_THREAD_SAFETY_ANALYSIS;
H A Ddex_file_to_method_inliner_map.cc40 DexFileMethodInliner* DexFileToMethodInlinerMap::GetMethodInliner(const DexFile* dex_file) { function in class:art::DexFileToMethodInlinerMap
/art/compiler/dex/
H A Dquick_compiler_callbacks.cc28 method_inliner_map_->GetMethodInliner(ref.dex_file)->AnalyseMethodCode(verifier);
/art/compiler/optimizing/
H A Dintrinsics.cc579 DexFileMethodInliner* inliner = driver_->GetMethodInlinerMap()->GetMethodInliner(&dex_file);
/art/compiler/driver/
H A Dcompiler_driver.cc2888 DexFileMethodInliner* inliner = GetMethodInlinerMap()->GetMethodInliner(dex_file);

Completed in 82 milliseconds