Searched defs:off (Results 1 – 10 of 10) sorted by relevance
/art/test/580-crc32/src/ |
D | Main.java | 157 private static long CRC32ByteArray(byte[] bytes, int off, int len) { in CRC32ByteArray() 185 private static boolean CRC32ByteArrayThrowsAIOOBE(byte[] bytes, int off, int len) { in CRC32ByteArrayThrowsAIOOBE() 217 private static long CRC32BytesUsingUpdateInt(byte[] bytes, int off, int len) { in CRC32BytesUsingUpdateInt() 319 int off = rnd.nextInt(bytes.length / 2); in TestCRC32UpdateBytes() local 347 private static long CRC32ByteBuffer(byte[] bytes, int off, int len) { in CRC32ByteBuffer() 386 int off = rnd.nextInt(bytes.length / 2); in TestCRC32UpdateByteBuffer() local 414 private static long CRC32DirectByteBuffer(byte[] bytes, int off, int len) { in CRC32DirectByteBuffer() 502 int off = rnd.nextInt(bytes.length / 2); in TestCRC32UpdateDirectByteBuffer() local
|
/art/test/667-checker-simd-alignment/src/ |
D | Main.java | 204 static void staticallyUnknownAligned(int[] a, int off) { in staticallyUnknownAligned() 249 static void staticallyUnknownAlignedN(int[] a, int off, int n) { in staticallyUnknownAlignedN()
|
/art/test/044-proxy/src/ |
D | BasicTest.java | 139 public int trapezoid(int x, double off, int y); in trapezoid() 185 public int trapezoid(int x, double off, int y) { in trapezoid()
|
/art/runtime/mirror/ |
D | class_ext-inl.h | 39 inline bool ClassExt::EnsureJniIdsArrayPresent(MemberOffset off, size_t count) { in EnsureJniIdsArrayPresent()
|
/art/runtime/arch/x86/ |
D | asm_support_x86.S | 87 #define CFI_RESTORE_STATE_AND_DEF_CFA(reg,off) .cfi_restore_state .cfi_def_cfa reg,off argument 100 #define CFI_RESTORE_STATE_AND_DEF_CFA(reg,off) argument
|
/art/runtime/arch/x86_64/ |
D | asm_support_x86_64.S | 86 #define CFI_RESTORE_STATE_AND_DEF_CFA(reg,off) .cfi_restore_state .cfi_def_cfa reg,off argument 99 #define CFI_RESTORE_STATE_AND_DEF_CFA(off) argument
|
/art/test/1940-ddms-ext/ |
D | ddm_ext.cc | 82 jint off = env->GetIntField(chunk, offset_field_id); in Java_art_Test1940_processChunk() local
|
/art/runtime/jni/ |
D | jni_id_manager.cc | 281 size_t off = GetIdOffset(t->GetDeclaringClass(), Canonicalize(t), kRuntimePointerSize); in EncodeGenericId() local 626 size_t off = GetIdOffset(klass, (*t), kRuntimePointerSize); in EndDefer() local
|
/art/libartbase/base/unix_file/ |
D | fd_file.cc | 475 off_t off = static_cast<off_t>(offset); in Copy() local
|
/art/openjdkjvmti/ |
D | ti_redefine.cc | 986 size_t off = std::distance(old_methods.cbegin(), old_iter); in CheckMethods() local 998 auto off = std::distance(seen_old_methods.cbegin(), first_fail); in CheckMethods() local 1047 size_t off = std::distance(old_fields.cbegin(), old_iter); in CheckFields() local 1057 auto off = std::distance(seen_old_fields.cbegin(), first_fail); in CheckFields() local
|