Home
last modified time | relevance | path

Searched defs:off (Results 1 – 10 of 10) sorted by relevance

/art/test/580-crc32/src/
DMain.java157 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/
DMain.java204 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/
DBasicTest.java139 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/
Dclass_ext-inl.h40 inline bool ClassExt::EnsureJniIdsArrayPresent(MemberOffset off, size_t count) { in EnsureJniIdsArrayPresent()
/art/runtime/arch/x86_64/
Dasm_support_x86_64.S84 #define CFI_RESTORE_STATE_AND_DEF_CFA(reg,off) .cfi_restore_state .cfi_def_cfa reg,off argument
96 #define CFI_RESTORE_STATE_AND_DEF_CFA(off) argument
/art/runtime/arch/x86/
Dasm_support_x86.S85 #define CFI_RESTORE_STATE_AND_DEF_CFA(reg,off) .cfi_restore_state .cfi_def_cfa reg,off argument
97 #define CFI_RESTORE_STATE_AND_DEF_CFA(reg,off) argument
/art/test/1940-ddms-ext/
Dddm_ext.cc73 jint off = env->GetIntField(chunk, offset_field_id); in Java_art_Test1940_processChunk() local
/art/runtime/jni/
Djni_id_manager.cc280 size_t off = GetIdOffset(t->GetDeclaringClass(), Canonicalize(t), kRuntimePointerSize); in EncodeGenericId() local
625 size_t off = GetIdOffset(klass, (*t), kRuntimePointerSize); in EndDefer() local
/art/libartbase/base/unix_file/
Dfd_file.cc475 off_t off = static_cast<off_t>(offset); in Copy() local
/art/openjdkjvmti/
Dti_redefine.cc989 size_t off = std::distance(old_methods.cbegin(), old_iter); in CheckMethods() local
1001 auto off = std::distance(seen_old_methods.cbegin(), first_fail); in CheckMethods() local
1050 size_t off = std::distance(old_fields.cbegin(), old_iter); in CheckFields() local
1060 auto off = std::distance(seen_old_fields.cbegin(), first_fail); in CheckFields() local