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

/art/runtime/native/
H A Djava_lang_reflect_Proxy.cc36 mirror::ObjectArray<mirror::ObjectArray<mirror::Class> >* throws = local
39 mirror::Class* result = class_linker->CreateProxyClass(name, interfaces, loader, methods, throws);
/art/runtime/
H A Dclass_linker.cc2648 mirror::ObjectArray<mirror::ObjectArray<mirror::Class> >* throws) {
2686 // 2. Create a static field 'throws' that holds exceptions thrown by our methods.
2748 throws_sfield->SetObject(klass.get(), throws);
2765 std::string throws_field_name(StringPrintf("java.lang.Class[][] %s.throws",
2772 CHECK_EQ(synth_proxy_class->GetThrows(), throws);
2644 CreateProxyClass(mirror::String* name, mirror::ObjectArray<mirror::Class>* interfaces, mirror::ClassLoader* loader, mirror::ObjectArray<mirror::ArtMethod>* methods, mirror::ObjectArray<mirror::ObjectArray<mirror::Class> >* throws) argument

Completed in 77 milliseconds