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.cc651 size_t non_relative_linker_patch_count = 0u; in CompileMethod() local
654 ++non_relative_linker_patch_count; in CompileMethod()
659 CHECK(!compile_pic || non_relative_linker_patch_count == 0u); in CompileMethod()
661 driver->AddCompiledMethod(method_ref, compiled_method, non_relative_linker_patch_count); in CompileMethod()
2719 size_t non_relative_linker_patch_count) { in AddCompiledMethod() argument
2725 non_relative_linker_patch_count_ += non_relative_linker_patch_count; in AddCompiledMethod()
Dcompiler_driver.h183 size_t non_relative_linker_patch_count)