All calls to the fromVarArg() conversion helper are made with JNI types from a va_arg list, so they have to be either primitive types, or a pointer (jobject, which internally is a _jobject *). There's no benefit from moving those or passing them by reference; the most efficient convention is to pass them by value. Change-Id: I6fed9b202be3c6a265117684fecd51d03ccbb534 Reviewed-by: Marc Mutz <marc.mutz@qt.io> (cherry picked from commit 43f66e619176e4903aa62a30dc5ae2122e22f13a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
…
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%