Searched refs:GetMIRStructType (Results 1 – 4 of 4) sorted by relevance
59 const MIRStructType *mirStructType = klass->GetMIRStructType(); in CheckExtendFinalClass()86 if (klass == nullptr || klass->GetMIRStructType() == nullptr || !klass->HasSuperKlass()) { in NeedRuntimeFinalCheck()89 return klass->GetMIRStructType()->IsLocal(); in NeedRuntimeFinalCheck()
61 MIRStructType *mirStructType = klass.GetMIRStructType(); in AddAnnotations()
82 if (klass == nullptr || !klass->GetMIRStructType()->IsLocal()) { in GetClassInfo()
110 MIRStructType *GetMIRStructType() const in GetMIRStructType() function