Searched refs:ThrowIncompatibleClassChangeError (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Dcommon_throws.h107 void ThrowIncompatibleClassChangeError(InvokeType expected_type, InvokeType found_type,
120 void ThrowIncompatibleClassChangeError(mirror::Class* referrer, const char* fmt, ...)
H A Dcommon_throws.cc213 void ThrowIncompatibleClassChangeError(InvokeType expected_type, InvokeType found_type, function in namespace:art
250 void ThrowIncompatibleClassChangeError(mirror::Class* referrer, const char* fmt, ...) { function in namespace:art
H A Dclass_linker.cc4494 ThrowIncompatibleClassChangeError(klass.Get(), "Superclass %s of %s is %s",
4725 ThrowIncompatibleClassChangeError(klass.Get(), "Class %s implements non-interface class %s",
5284 ThrowIncompatibleClassChangeError(type, resolved->GetInvokeType(), resolved, referrer.Get());
5326 ThrowIncompatibleClassChangeError(type, kVirtual, resolved, referrer.Get());
5330 ThrowIncompatibleClassChangeError(type, kInterface, resolved, referrer.Get());
5338 ThrowIncompatibleClassChangeError(type, kDirect, resolved, referrer.Get());
5342 ThrowIncompatibleClassChangeError(type, kVirtual, resolved, referrer.Get());
5350 ThrowIncompatibleClassChangeError(type, kDirect, resolved, referrer.Get());
5357 ThrowIncompatibleClassChangeError(type, kDirect, resolved, referrer.Get());
5361 ThrowIncompatibleClassChangeError(typ
[all...]
/art/runtime/entrypoints/
H A Dentrypoint_utils-inl.h378 ThrowIncompatibleClassChangeError(type, resolved_method->GetInvokeType(), resolved_method,

Completed in 1336 milliseconds