Searched refs:result_array (Results 1 – 2 of 2) sorted by relevance
66 ObjPtr<mirror::ObjectArray<mirror::Class>> result_array = in Method_getExceptionTypes() local68 if (result_array == nullptr) { in Method_getExceptionTypes()76 return soa.AddLocalReference<jobjectArray>(result_array); in Method_getExceptionTypes()
44 ObjPtr<mirror::ObjectArray<mirror::Class>> result_array = in Constructor_getExceptionTypes() local46 if (result_array == nullptr) { in Constructor_getExceptionTypes()54 return soa.AddLocalReference<jobjectArray>(result_array); in Constructor_getExceptionTypes()