Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_throws.h278 void ThrowWrongMethodTypeException(const std::string& expected_descriptor,
Dcommon_throws.cc885 void ThrowWrongMethodTypeException(const std::string& expected_descriptor, in ThrowWrongMethodTypeException() argument
888 msg << "Expected " << expected_descriptor << " but was " << actual_descriptor; in ThrowWrongMethodTypeException()