Home
last modified time | relevance | path

Searched defs:ThrowNoSuchMethodError (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dcommon_throws.cc308 void ThrowNoSuchMethodError(InvokeType type, mirror::Class* c, const StringPiece& name, in ThrowNoSuchMethodError() function
317 void ThrowNoSuchMethodError(uint32_t method_idx) { in ThrowNoSuchMethodError() function
Djni_internal.cc90 static void ThrowNoSuchMethodError(ScopedObjectAccess& soa, mirror::Class* c, in ThrowNoSuchMethodError() function