Home
last modified time | relevance | path

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

/art/runtime/jni/
Dcheck_jni.cc3493 bool force_copy_ok = !soa.ForceCopy() || GuardedCopy::Check(function_name, chars, false); in ReleaseStringCharsInternal() local
3494 if (force_copy_ok && soa.ForceCopy()) { in ReleaseStringCharsInternal()
3497 if (force_copy_ok) { in ReleaseStringCharsInternal()