Searched defs:ObjectTypeInfo (Results 1 – 2 of 2) sorted by relevance
271 explicit ObjectTypeInfo(ClassType v) : class_(v) {} in ObjectTypeInfo() function
230 ObjectTypeInfo(ClassType klass, bool isExact) in ObjectTypeInfo() function271 explicit constexpr ObjectTypeInfo(uintptr_t klass) : class_(klass) {} in ObjectTypeInfo() function