Home
last modified time | relevance | path

Searched refs:result_array (Results 1 – 2 of 2) sorted by relevance

/art/runtime/native/
Djava_lang_reflect_Method.cc68 ObjPtr<mirror::ObjectArray<mirror::Class>> result_array = in Method_getExceptionTypes() local
70 if (result_array == nullptr) { in Method_getExceptionTypes()
78 return soa.AddLocalReference<jobjectArray>(result_array); in Method_getExceptionTypes()
Djava_lang_reflect_Constructor.cc44 ObjPtr<mirror::ObjectArray<mirror::Class>> result_array = in Constructor_getExceptionTypes() local
46 if (result_array == nullptr) { in Constructor_getExceptionTypes()
54 return soa.AddLocalReference<jobjectArray>(result_array); in Constructor_getExceptionTypes()