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

/art/runtime/native/
H A Djava_lang_reflect_Proxy.cc30 jobject loader, jobjectArray methods, jobjectArray throws) {
34 soa, name, interfaces, loader, methods, throws));
29 Proxy_generateProxy(JNIEnv* env, jclass, jstring name, jobjectArray interfaces, jobject loader, jobjectArray methods, jobjectArray throws) argument
/art/runtime/
H A Dclass_linker.cc3269 jobjectArray methods, jobjectArray throws) {
3310 // 2. Create a static field 'throws' that holds exceptions thrown by our methods.
3378 soa.Decode<mirror::ObjectArray<mirror::ObjectArray<mirror::Class> >*>(throws));
3403 std::string throws_field_name(StringPrintf("java.lang.Class[][] %s.throws",
3410 soa.Decode<mirror::ObjectArray<mirror::ObjectArray<mirror::Class>>*>(throws));
3267 CreateProxyClass(ScopedObjectAccessAlreadyRunnable& soa, jstring name, jobjectArray interfaces, jobject loader, jobjectArray methods, jobjectArray throws) argument

Completed in 61 milliseconds