Home
last modified time | relevance | path

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

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