Searched refs:expected_type (Results 1 – 5 of 5) sorted by relevance
123 DataType::Type expected_type) { in AddTypeConversionIfNecessary() argument126 if (expected_type != DataType::Type::kBool && in AddTypeConversionIfNecessary()127 !DataType::IsTypeConversionImplicit(value->GetType(), expected_type)) { in AddTypeConversionIfNecessary()129 expected_type, value, instruction->GetDexPc()); in AddTypeConversionIfNecessary()
260 void ThrowIncompatibleClassChangeError(InvokeType expected_type, InvokeType found_type, in ThrowIncompatibleClassChangeError() argument264 << expected_type << " but instead was found to be of type " << found_type; in ThrowIncompatibleClassChangeError()880 void ThrowWrongMethodTypeException(ObjPtr<mirror::MethodType> expected_type, in ThrowWrongMethodTypeException() argument882 ThrowWrongMethodTypeException(expected_type->PrettyDescriptor(), actual_type->PrettyDescriptor()); in ThrowWrongMethodTypeException()
131 void ThrowIncompatibleClassChangeError(InvokeType expected_type,
329 const std::string& expected_type, in HasField() argument352 if (expected_type != actual_type) { in HasField()
836 uint32_t expected_type) in GetAnnotationValue() argument859 if (annotation_value.type_ != expected_type) { in GetAnnotationValue()