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