Home
last modified time | relevance | path

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

/aosp12/art/compiler/
H A Dcompiler.h113 CompiledMethodStorage* GetCompiledMethodStorage() const { in GetCompiledMethodStorage() function
/aosp12/art/dex2oat/driver/
H A Dcompiler_driver.h221 CompiledMethodStorage* GetCompiledMethodStorage() { in GetCompiledMethodStorage() function
H A Dcompiler_driver.cc278 CompiledMethod::ReleaseSwapAllocatedCompiledMethod(GetCompiledMethodStorage(), method); in ~CompilerDriver()
/aosp12/art/dex2oat/linker/
H A Dimage_test.h286 driver->GetCompiledMethodStorage()); in DoCompile()
H A Doat_writer_test.cc201 compiler_driver_->GetCompiledMethodStorage()); in DoWriteElf()
/aosp12/art/compiler/optimizing/
H A Doptimizing_compiler.cc723 CompiledMethodStorage* storage = GetCompiledMethodStorage(); in Emit()
1206 GetCompiledMethodStorage(), in JniCompile()
/aosp12/art/dex2oat/
H A Ddex2oat.cc2112 driver_->GetCompiledMethodStorage()); in WriteOutputFiles()