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.cc3778 jobjectArray methods, jobjectArray throws) {
3818 // 2. Create a static field 'throws' that holds exceptions thrown by our methods.
3897 soa.Decode<mirror::ObjectArray<mirror::ObjectArray<mirror::Class> >*>(throws));
3923 std::string throws_field_name(StringPrintf("java.lang.Class[][] %s.throws",
3930 soa.Decode<mirror::ObjectArray<mirror::ObjectArray<mirror::Class>>*>(throws));
3776 CreateProxyClass(ScopedObjectAccessAlreadyRunnable& soa, jstring name, jobjectArray interfaces, jobject loader, jobjectArray methods, jobjectArray throws) argument

Completed in 55 milliseconds