Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.h177 size_t GetNonRelativeLinkerPatchCount() const
Dcompiler_driver.cc2818 size_t CompilerDriver::GetNonRelativeLinkerPatchCount() const { in GetNonRelativeLinkerPatchCount() function in art::CompilerDriver
/art/compiler/
Doat_writer.cc667 writer_->compiler_driver_->GetNonRelativeLinkerPatchCount()); in InitCodeMethodVisitor()