Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_throws.h282 const std::string& actual_descriptor)
Dcommon_throws.cc898 const std::string& actual_descriptor) { in ThrowWrongMethodTypeException() argument
900 msg << "Expected " << expected_descriptor << " but was " << actual_descriptor; in ThrowWrongMethodTypeException()