Home
last modified time | relevance | path

Searched refs:actual_type (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dcommon_throws.cc881 ObjPtr<mirror::MethodType> actual_type) { in ThrowWrongMethodTypeException() argument
882 ThrowWrongMethodTypeException(expected_type->PrettyDescriptor(), actual_type->PrettyDescriptor()); in ThrowWrongMethodTypeException()
/art/dex2oat/
Dverifier_deps_test.cc351 std::string actual_type = dex_dep.first->StringByTypeIdx(field_id.type_idx_); in HasField() local
352 if (expected_type != actual_type) { in HasField()