Searched refs:found_type (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dcommon_throws.h106 void ThrowIncompatibleClassChangeError(InvokeType expected_type, InvokeType found_type,
H A Dcommon_throws.cc202 void ThrowIncompatibleClassChangeError(InvokeType expected_type, InvokeType found_type, argument
206 << expected_type << " but instead was found to be of type " << found_type; local

Completed in 54 milliseconds