Home
last modified time | relevance | path

Searched defs:expected_type (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dcommon_throws.cc260 void ThrowIncompatibleClassChangeError(InvokeType expected_type, InvokeType found_type, in ThrowIncompatibleClassChangeError()
822 void ThrowWrongMethodTypeException(ObjPtr<mirror::MethodType> expected_type, in ThrowWrongMethodTypeException()
/art/runtime/dex/
Ddex_file_annotations.cc815 uint32_t expected_type) in GetAnnotationValue()
/art/runtime/verifier/
Dmethod_verifier.cc4384 const RegType& expected_type = reg_types_.GetComponentType(res_type, class_loader_.Get()); in VerifyNewArray() local
/art/compiler/optimizing/
Dload_store_elimination.cc707 DataType::Type expected_type) { in FindOrAddTypeConversionIfNecessary()