Searched refs:result_array (Results 1 – 2 of 2) sorted by relevance
68 ObjPtr<mirror::ObjectArray<mirror::Class>> result_array = in Method_getExceptionTypes() local70 if (result_array == nullptr) { in Method_getExceptionTypes()78 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()