Lines Matching refs:use
12 especially if you use JNI to run native code or if you use certain tools
50 At this time, all devices still use Dalvik as the default runtime. We encourage
67 occurrences or to reduce fragmentation. You can verify which runtime is in use
69 System.getProperty("java.vm.version")}. If ART is in use, the property's value
76 instance data). This is particularly important for apps that make use of the
83 to use CheckJNI mode to catch common problems. If your app makes use of C/C++
94 use, objects may be moved in memory. If you use C/C++ code, do not
100 <p>One area to watch for in particular is the use of
107 compacting GC is in use, the <code>Get...ArrayElements()</code> functions may
109 in use, this can lead to memory corruption or other problems. For example:</p>
118 <li>When you release the memory array elements, you must use the appropriate
123 <li>If you did not make any changes to the array elements, use
128 more, use code <code>0</code> (which updates the array object and frees
132 to keep the copy of the array, use <code>JNI_COMMIT</code> (which updates
190 (such as <code>CallNonvirtualVoidMethod()</code>) to use the method's declaring
210 <li>In C/C++, review use of <code>pthread_attr_setstack()</code> and
250 this, so use an updated Mockito version when testing with ART.</p>