Searched refs:ForceCopy (Results 1 – 4 of 4) sorted by relevance
36 bool ScopedObjectAccessAlreadyRunnable::ForceCopy() const { in ForceCopy() function in art::ScopedObjectAccessAlreadyRunnable37 return vm_->ForceCopy(); in ForceCopy()
83 bool ForceCopy() const;
57 bool ForceCopy() const { in ForceCopy() function
2676 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()