Home | History | Annotate | Download | only in vm

Lines Matching refs:byteCount

1692         int byteCount = strObj->length() * 2;
1693 result = (const jchar*) GuardedCopy::create(result, byteCount, false);
1935 int byteCount = strObj->length() * 2;
1936 result = (const jchar*) GuardedCopy::create(result, byteCount, false);