Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1492 if (auto *non_pointer_isa_cache = GetNonPointerIsaCache()) in GetClassDescriptorFromISA() local
1493 class_descriptor_sp = non_pointer_isa_cache->GetClassDescriptor(isa); in GetClassDescriptorFromISA()
3314 if (auto *non_pointer_isa_cache = GetNonPointerIsaCache()) in GetPointerISA() local
3315 non_pointer_isa_cache->EvaluateNonPointerISA(isa, ret); in GetPointerISA()