HomeSort by relevance Sort by last modified time
    Searched refs:NonPointerISACache (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntimeV2.h 132 class NonPointerISACache
135 static NonPointerISACache*
143 NonPointerISACache (AppleObjCRuntimeV2& runtime,
157 DISALLOW_COPY_AND_ASSIGN(NonPointerISACache);
284 std::unique_ptr<NonPointerISACache> m_non_pointer_isa_cache_ap;
AppleObjCRuntimeV2.cpp 350 m_non_pointer_isa_cache_ap(NonPointerISACache::CreateInstance(*this,objc_module_sp)),
    [all...]

Completed in 48 milliseconds