Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.cc2310 size_t non_relative_linker_patch_count = 0u; in CompileMethod() local
2313 ++non_relative_linker_patch_count; in CompileMethod()
2318 CHECK(!compile_pic || non_relative_linker_patch_count == 0u); in CompileMethod()
2324 non_relative_linker_patch_count_ += non_relative_linker_patch_count; in CompileMethod()