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