Searched defs:throws (Results 1 - 2 of 2) sorted by relevance

/art/runtime/native/
H A Djava_lang_reflect_Proxy.cc28 jobject loader, jobjectArray methods, jobjectArray throws) {
32 throws);
27 Proxy_generateProxy(JNIEnv* env, jclass, jstring name, jobjectArray interfaces, jobject loader, jobjectArray methods, jobjectArray throws) argument
/art/runtime/
H A Dclass_linker.cc3721 jobjectArray methods, jobjectArray throws) {
3761 // 2. Create a static field 'throws' that holds exceptions thrown by our methods.
3840 soa.Decode<mirror::ObjectArray<mirror::ObjectArray<mirror::Class> >*>(throws));
3866 std::string throws_field_name(StringPrintf("java.lang.Class[][] %s.throws",
3873 soa.Decode<mirror::ObjectArray<mirror::ObjectArray<mirror::Class>>*>(throws));
3719 CreateProxyClass(ScopedObjectAccessAlreadyRunnable& soa, jstring name, jobjectArray interfaces, jobject loader, jobjectArray methods, jobjectArray throws) argument

Completed in 141 milliseconds