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.cc2502 if (ptr != nullptr && soa.ForceCopy()) { in GetPrimitiveArrayCritical()
2519 if (soa.ForceCopy()) { in ReleasePrimitiveArrayCritical()
3270 if (ptr != nullptr && soa.ForceCopy()) { in GetStringCharsInternal()
3300 bool force_copy_ok = !soa.ForceCopy() || GuardedCopy::Check(function_name, chars, false); in ReleaseStringCharsInternal()
3301 if (force_copy_ok && soa.ForceCopy()) { in ReleaseStringCharsInternal()
3402 if (ptr != nullptr && soa.ForceCopy()) { in GetPrimitiveArrayElements()
3421 if (soa.ForceCopy()) { in ReleasePrimitiveArrayElements()
3424 if (!soa.ForceCopy() || elems != nullptr) { in ReleasePrimitiveArrayElements()