Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.h841 void EnsureThrowsInvocationError(ArtMethod* method)
Dclass_linker.cc2847 void ClassLinker::EnsureThrowsInvocationError(ArtMethod* method) { in EnsureThrowsInvocationError() function in art::ClassLinker
2875 EnsureThrowsInvocationError(method); in LinkCode()
6995 EnsureThrowsInvocationError(&new_method); in LinkInterfaceMethods()