Home
last modified time | relevance | path

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

/aosp12/bionic/linker/
H A Dlinker_soinfo.cpp56 slow_path_count_ += is_lookup_tracing_enabled(); in SymbolLookupList()
57 slow_path_count_ += sole_lib_.needs_sysv_lookup(); in SymbolLookupList()
61 slow_path_count_ += is_lookup_tracing_enabled(); in SymbolLookupList()
69 slow_path_count_ += libs_.back().needs_sysv_lookup(); in SymbolLookupList()
74 slow_path_count_ += libs_.back().needs_sysv_lookup(); in SymbolLookupList()
94 slow_path_count_ -= libs_[0].needs_sysv_lookup(); in set_dt_symbolic_lib()
96 slow_path_count_ += libs_[0].needs_sysv_lookup(); in set_dt_symbolic_lib()
H A Dlinker_soinfo.h102 size_t slow_path_count_ = 0; variable
111 bool needs_slow_path() const { return slow_path_count_ > 0; } in needs_slow_path()