Home
last modified time | relevance | path

Searched refs:GetMethodInlinerMap (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dintrinsics.cc579 DexFileMethodInliner* inliner = driver_->GetMethodInlinerMap()->GetMethodInliner(&dex_file); in Run()
/art/compiler/driver/
Dcompiler_driver.h136 DexFileToMethodInlinerMap* GetMethodInlinerMap() const { in GetMethodInlinerMap() function
Dcompiler_driver.cc2871 DexFileMethodInliner* inliner = GetMethodInlinerMap()->GetMethodInliner(dex_file); in IsStringInit()