Home
last modified time | relevance | path

Searched refs:ForceCopy (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dscoped_thread_state_change.h119 bool ForceCopy() const { in ForceCopy() function
120 return vm_->ForceCopy(); in ForceCopy()
Djava_vm_ext.h44 bool ForceCopy() const { in ForceCopy() function
Dcheck_jni.cc2312 if (ptr != nullptr && soa.ForceCopy()) { in GetPrimitiveArrayCritical()
2329 if (soa.ForceCopy()) { in ReleasePrimitiveArrayCritical()
3078 if (ptr != nullptr && soa.ForceCopy()) { in GetStringCharsInternal()
3108 bool force_copy_ok = !soa.ForceCopy() || GuardedCopy::Check(function_name, chars, false); in ReleaseStringCharsInternal()
3109 if (force_copy_ok && soa.ForceCopy()) { in ReleaseStringCharsInternal()
3210 if (ptr != nullptr && soa.ForceCopy()) { in GetPrimitiveArrayElements()
3229 if (soa.ForceCopy()) { in ReleasePrimitiveArrayElements()
3232 if (!soa.ForceCopy() || elems != nullptr) { in ReleasePrimitiveArrayElements()