Searched refs:ThrowInvocationTimeError (Results 1 – 5 of 5) sorted by relevance
374 method->ThrowInvocationTimeError(receiver); in EnterInterpreterFromInvoke()
598 called_method->ThrowInvocationTimeError((type == kStatic) ? nullptr : *this_object); in FindMethodToCall()
181 void ArtMethod::ThrowInvocationTimeError(ObjPtr<mirror::Object> receiver) { in ThrowInvocationTimeError() function in art::ArtMethod
639 void ThrowInvocationTimeError(ObjPtr<mirror::Object> receiver)
767 method->ThrowInvocationTimeError( in artQuickToInterpreterBridge()