Home
last modified time | relevance | path

Searched refs:non_relative_linker_patch_count_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/driver/
Dcompiler_driver.h497 Atomic<size_t> non_relative_linker_patch_count_; variable
Dcompiler_driver.cc280 non_relative_linker_patch_count_(0u), in CompilerDriver()
2841 non_relative_linker_patch_count_.FetchAndAddRelaxed(non_relative_linker_patch_count); in AddCompiledMethod()
2952 return non_relative_linker_patch_count_.LoadRelaxed(); in GetNonRelativeLinkerPatchCount()