Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_coverage_mapping_libcdep.cc42 bool NeedsUpdate(uptr pc) { in NeedsUpdate() function
69 if (!cached_mapping.NeedsUpdate(caller_pc)) in CovUpdateMapping()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV1.h126 bool NeedsUpdate(uint32_t count, uint32_t num_buckets, in NeedsUpdate() function
DAppleObjCRuntimeV1.cpp368 if (m_hash_signature.NeedsUpdate(count, num_buckets, buckets_ptr)) { in UpdateISAToDescriptorMapIfNeeded()
DAppleObjCRuntimeV2.h116 bool NeedsUpdate(Process *process, AppleObjCRuntimeV2 *runtime,
DAppleObjCRuntimeV2.cpp1152 bool AppleObjCRuntimeV2::HashTableSignature::NeedsUpdate( in NeedsUpdate() function in AppleObjCRuntimeV2::HashTableSignature
1849 if (!m_hash_signature.NeedsUpdate(process, this, hash_table)) in UpdateISAToDescriptorMapIfNeeded()