Searched refs:check_type (Results 1 – 3 of 3) sorted by relevance
123 const RegType& check_type) { in VerifyRegisterType() argument126 if (UNLIKELY(!check_type.IsAssignableFrom(src_type, verifier))) { in VerifyRegisterType()128 if (!check_type.IsNonZeroReferenceTypes() || !src_type.IsNonZeroReferenceTypes()) { in VerifyRegisterType()131 } else if (check_type.IsUninitializedTypes() || src_type.IsUninitializedTypes()) { in VerifyRegisterType()134 } else if (check_type.IsUnresolvedTypes() || src_type.IsUnresolvedTypes()) { in VerifyRegisterType()140 << src_type << " but expected " << check_type; in VerifyRegisterType()143 if (check_type.IsLowHalf()) { in VerifyRegisterType()
135 const RegType& check_type)
520 ProfileMethodsCheck check_type = compiler_options.CheckProfiledMethodsCompiled(); in CompileMethodQuick() local521 if (UNLIKELY(check_type != ProfileMethodsCheck::kNone)) { in CompileMethodQuick()530 switch (check_type) { in CompileMethodQuick()