Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_throws.h132 InvokeType found_type,
Dcommon_throws.cc260 void ThrowIncompatibleClassChangeError(InvokeType expected_type, InvokeType found_type, in ThrowIncompatibleClassChangeError() argument
264 << expected_type << " but instead was found to be of type " << found_type; in ThrowIncompatibleClassChangeError()