Searched defs:isExact (Results 1 – 2 of 2) sorted by relevance
94 auto isExact = runtime->GetClassType(method, typeId) == ClassType::FINAL_CLASS; in VisitLoadObject() local143 auto isExact = runtime->GetClassType(klass) == ClassType::FINAL_CLASS; in VisitParameter() local159 auto isExact = runtime->GetClassType(method, typeId) == ClassType::FINAL_CLASS; in ProcessManagedCall() local
231 ObjectTypeInfo(ClassType klass, bool isExact) in ObjectTypeInfo()