Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_throws.cc826 ObjPtr<mirror::MethodType> actual_type) { in ThrowWrongMethodTypeException() argument
827 ThrowWrongMethodTypeException(expected_type->PrettyDescriptor(), actual_type->PrettyDescriptor()); in ThrowWrongMethodTypeException()