Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
DObjCLanguageRuntime.h237 lldb::addr_t LookupInMethodCache(lldb::addr_t class_addr, lldb::addr_t sel);
DObjCLanguageRuntime.cpp76 lldb::addr_t ObjCLanguageRuntime::LookupInMethodCache(lldb::addr_t class_addr, in LookupInMethodCache() function in ObjCLanguageRuntime
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTrampolineHandler.cpp1079 impl_addr = objc_runtime->LookupInMethodCache(isa_addr, sel_addr); in GetStepThroughDispatchPlan()