Home
last modified time | relevance | path

Searched refs:GetCompiledMethodStorage (Results 1 – 6 of 6) sorted by relevance

/art/dex2oat/driver/
Dcompiler_driver.h216 CompiledMethodStorage* GetCompiledMethodStorage() { in GetCompiledMethodStorage() function
220 const CompiledMethodStorage* GetCompiledMethodStorage() const { in GetCompiledMethodStorage() function
Dcompiler_driver.cc279 CompiledMethod::ReleaseSwapAllocatedCompiledMethod(GetCompiledMethodStorage(), method); in ~CompilerDriver()
/art/dex2oat/linker/
Dimage_test.h295 driver->GetCompiledMethodStorage()); in DoCompile()
Doat_writer_test.cc199 compiler_driver_->GetCompiledMethodStorage()); in DoWriteElf()
Doat_writer.cc1344 writer->compiler_driver_->GetCompiledMethodStorage()->UniqueVMapTableEntries(); in InitMapMethodVisitor()
/art/dex2oat/
Ddex2oat.cc2119 driver_->GetCompiledMethodStorage()); in WriteOutputFiles()