Home
last modified time | relevance | path

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

/art/runtime/
Dscoped_thread_state_change.cc37 bool ScopedObjectAccessAlreadyRunnable::ForceCopy() const { in ForceCopy() function in art::ScopedObjectAccessAlreadyRunnable
38 return vm_->ForceCopy(); in ForceCopy()
Dscoped_thread_state_change.h83 bool ForceCopy() const;
/art/runtime/jni/
Djava_vm_ext.h57 bool ForceCopy() const { in ForceCopy() function
Dcheck_jni.cc2681 if (ptr != nullptr && soa.ForceCopy()) { in GetPrimitiveArrayCritical()
2699 if (soa.ForceCopy()) { in ReleasePrimitiveArrayCritical()
3462 if (ptr != nullptr && soa.ForceCopy()) { in GetStringCharsInternal()
3493 bool force_copy_ok = !soa.ForceCopy() || GuardedCopy::Check(function_name, chars, false); in ReleaseStringCharsInternal()
3494 if (force_copy_ok && soa.ForceCopy()) { in ReleaseStringCharsInternal()
3597 if (ptr != nullptr && soa.ForceCopy()) { in GetPrimitiveArrayElements()
3617 if (soa.ForceCopy()) { in ReleasePrimitiveArrayElements()
3620 if (!soa.ForceCopy() || elems != nullptr) { in ReleasePrimitiveArrayElements()