Lines Matching refs:ObjCISA
86 static const ObjCLanguageRuntime::ObjCISA g_objc_Tagged_ISA = 1;
87 static const ObjCLanguageRuntime::ObjCISA g_objc_Tagged_ISA_NSAtom = 2;
88 static const ObjCLanguageRuntime::ObjCISA g_objc_Tagged_ISA_NSNumber = 3;
89 static const ObjCLanguageRuntime::ObjCISA g_objc_Tagged_ISA_NSDateTS = 4;
90 static const ObjCLanguageRuntime::ObjCISA g_objc_Tagged_ISA_NSManagedObject = 5;
91 static const ObjCLanguageRuntime::ObjCISA g_objc_Tagged_ISA_NSDate = 6;
94 GetActualTypeName(ObjCLanguageRuntime::ObjCISA isa);
100 GetClassDescriptor (ObjCISA isa);
141 GetClassDescriptor (ObjCISA isa);
149 EvaluateNonPointerISA (ObjCISA isa, ObjCISA& ret_isa);
152 std::map<ObjCISA,ObjCLanguageRuntime::ClassDescriptorSP> m_cache;