Searched refs:force_copy (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Djni_internal.h110 bool force_copy; member in class:art::JavaVMExt
H A Dcheck_jni.cc174 return Runtime::Current()->GetJavaVM()->force_copy;
1585 force_copy = sc.ForceCopy();
1587 if (force_copy && isCopy != nullptr) {
1595 if (force_copy && result != nullptr) {
1602 bool force_copy; member in struct:art::CheckJNI::ForceCopyGetChecker
H A Djni_internal.cc3124 force_copy(false), // TODO: add a way to enable this
3171 if (force_copy) {

Completed in 41 milliseconds