Home
last modified time | relevance | path

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

/art/dex2oat/driver/
Dcompiler_driver.h221 CompiledMethodStorage* GetCompiledMethodStorage() { in GetCompiledMethodStorage() function
225 const CompiledMethodStorage* GetCompiledMethodStorage() const { in GetCompiledMethodStorage() function
Dcompiler_driver.cc280 CompiledMethod::ReleaseSwapAllocatedCompiledMethod(GetCompiledMethodStorage(), method); in ~CompilerDriver()
/art/dex2oat/linker/
Dimage_test.h286 driver->GetCompiledMethodStorage()); in DoCompile()
Doat_writer_test.cc204 compiler_driver_->GetCompiledMethodStorage()); in DoWriteElf()
Doat_writer.cc1395 writer->compiler_driver_->GetCompiledMethodStorage()->UniqueVMapTableEntries(); in InitMapMethodVisitor()
/art/dex2oat/
Ddex2oat.cc2138 driver_->GetCompiledMethodStorage()); in WriteOutputFiles()