Home
last modified time | relevance | path

Searched refs:expected_type (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dload_store_elimination.cc123 DataType::Type expected_type) { in AddTypeConversionIfNecessary() argument
126 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()
/art/runtime/
Dcommon_throws.cc262 void ThrowIncompatibleClassChangeError(InvokeType expected_type, InvokeType found_type, in ThrowIncompatibleClassChangeError() argument
266 << expected_type << " but instead was found to be of type " << found_type; in ThrowIncompatibleClassChangeError()
881 void ThrowWrongMethodTypeException(mirror::MethodType* expected_type, in ThrowWrongMethodTypeException() argument
886 expected_type->PrettyDescriptor().c_str(), in ThrowWrongMethodTypeException()
Dcommon_throws.h130 void ThrowIncompatibleClassChangeError(InvokeType expected_type,
/art/compiler/
Dverifier_deps_test.cc322 const std::string& expected_type, in HasField() argument
345 if (expected_type != actual_type) { in HasField()
/art/runtime/dex/
Ddex_file_annotations.cc821 uint32_t expected_type) in GetAnnotationValue() argument
844 if (annotation_value.type_ != expected_type) { in GetAnnotationValue()
/art/runtime/verifier/
Dmethod_verifier.cc4427 const RegType& expected_type = reg_types_.GetComponentType(res_type, GetClassLoader()); in VerifyNewArray() local
4435 if (!work_line_->VerifyRegisterType(this, get_reg, expected_type)) { in VerifyNewArray()