OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:objc_isa
(Results
1 - 1
of
1
) sorted by null
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp
501
ObjCLanguageRuntime::ObjCISA
objc_isa
= 0;
local
503
objc_isa
= metadata->GetISAPtr();
505
if (!
objc_isa
)
516
ObjCLanguageRuntime::ClassDescriptorSP descriptor = m_runtime.GetClassDescriptorFromISA(
objc_isa
);
Completed in 25 milliseconds