Home
last modified time | relevance | path

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

/art/runtime/
Dscoped_thread_state_change.cc36 bool ScopedObjectAccessAlreadyRunnable::ForceCopy() const { in ForceCopy() function in art::ScopedObjectAccessAlreadyRunnable
37 return vm_->ForceCopy(); in ForceCopy()
Dscoped_thread_state_change.h83 bool ForceCopy() const;
Djava_vm_ext.h57 bool ForceCopy() const { in ForceCopy() function
Dcheck_jni.cc2676 if (ptr != nullptr && soa.ForceCopy()) { in GetPrimitiveArrayCritical()
2694 if (soa.ForceCopy()) { in ReleasePrimitiveArrayCritical()
3457 if (ptr != nullptr && soa.ForceCopy()) { in GetStringCharsInternal()
3488 bool force_copy_ok = !soa.ForceCopy() || GuardedCopy::Check(function_name, chars, false); in ReleaseStringCharsInternal()
3489 if (force_copy_ok && soa.ForceCopy()) { in ReleaseStringCharsInternal()
3592 if (ptr != nullptr && soa.ForceCopy()) { in GetPrimitiveArrayElements()
3612 if (soa.ForceCopy()) { in ReleasePrimitiveArrayElements()
3615 if (!soa.ForceCopy() || elems != nullptr) { in ReleasePrimitiveArrayElements()