Searched refs:result_array (Results 1 – 2 of 2) sorted by relevance
67 ObjPtr<mirror::ObjectArray<mirror::Class>> result_array = in Method_getExceptionTypes() local69 if (result_array == nullptr) { in Method_getExceptionTypes()77 return soa.AddLocalReference<jobjectArray>(result_array); in Method_getExceptionTypes()
43 ObjPtr<mirror::ObjectArray<mirror::Class>> result_array = in Constructor_getExceptionTypes() local45 if (result_array == nullptr) { in Constructor_getExceptionTypes()53 return soa.AddLocalReference<jobjectArray>(result_array); in Constructor_getExceptionTypes()