Home
last modified time | relevance | path

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

/aosp_15_r20/art/dex2oat/driver/
H A Dcompiler_driver.h216 CompiledMethodStorage* GetCompiledMethodStorage() { in GetCompiledMethodStorage() function
220 const CompiledMethodStorage* GetCompiledMethodStorage() const { in GetCompiledMethodStorage() function
H A Dcompiler_driver.cc279 CompiledMethod::ReleaseSwapAllocatedCompiledMethod(GetCompiledMethodStorage(), method); in ~CompilerDriver()
/aosp_15_r20/art/dex2oat/linker/
H A Dimage_test.h294 driver->GetCompiledMethodStorage()); in DoCompile()
H A Doat_writer_test.cc190 compiler_driver_->GetCompiledMethodStorage()); in DoWriteElf()
H A Doat_writer.cc1350 writer->compiler_driver_->GetCompiledMethodStorage()->UniqueVMapTableEntries(); in InitMapMethodVisitor()
/aosp_15_r20/art/dex2oat/
H A Ddex2oat.cc2124 driver_->GetCompiledMethodStorage()); in WriteOutputFiles()