Home
last modified time | relevance | path

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

/art/dex2oat/driver/
Dcompiler_driver-inl.h103 inline const CompilerDriver::CompiledMethodArray* CompilerDriver::GetCompiledMethods( in GetCompiledMethods() function
Dcompiler_driver.h139 const CompiledMethodArray* GetCompiledMethods(const DexFile* dex_file) const;
/art/dex2oat/linker/
Doat_writer.cc770 compiler_driver_->GetCompiledMethods(dex_file); in InitBssAndRelRoData()