Searched refs:byteCount (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dcheck_jni.cc1495 int byteCount = s->GetLength() * 2; local
1496 result = (const jchar*) GuardedCopy::Create(result, byteCount, false);
1720 int byteCount = s->GetLength() * 2; local
1721 result = (const jchar*) GuardedCopy::Create(result, byteCount, false);

Completed in 26 milliseconds