Home
last modified time | relevance | path

Searched refs:ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dcommon_throws.h108 void ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch(const mirror::ArtMethod* interface_…
Dcommon_throws.cc200 void ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch(const mirror::ArtMethod* interface_… in ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch() function
/art/runtime/entrypoints/
Dentrypoint_utils.cc186 ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch(resolved_method, this_object, in FindMethodFromCode()
238 ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch(resolved_method, this_object, in FindMethodFromCode()
/art/runtime/entrypoints/quick/
Dquick_invoke_entrypoints.cc39 ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch(interface_method, this_object, in artInvokeInterfaceTrampoline()