Searched defs:of (Results 1 - 1 of 1) sorted by relevance

/art/runtime/native/
H A Dsun_misc_Unsafe.cc6 * You may obtain a copy of the License at
216 ThrowIllegalAccessException("wrong number of bytes");
298 ThrowIllegalAccessException("wrong number of bytes");
311 size_t of = array_offset / sizeof(T); local
313 array->Set(i + of, *(src + i));
324 size_t of = array_offset / sizeof(T); local
326 *(dst + i) = array->Get(i + of);
342 ThrowIllegalAccessException("wrong number of bytes");
373 ThrowIllegalAccessException("wrong number of bytes");
532 // Each of th
[all...]

Completed in 46 milliseconds