/art/test/580-crc32/src/ |
D | Main.java | 157 private static long CRC32ByteArray(byte[] bytes, int off, int len) { in CRC32ByteArray() 165 private static long CRC32ByteArray(byte[] bytes) { in CRC32ByteArray() 171 private static long CRC32ByteAndByteArray(int value, byte[] bytes) { in CRC32ByteAndByteArray() 178 private static long CRC32ByteArrayAndByte(byte[] bytes, int value) { in CRC32ByteArrayAndByte() 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() 347 private static long CRC32ByteBuffer(byte[] bytes, int off, int len) { in CRC32ByteBuffer() 414 private static long CRC32DirectByteBuffer(byte[] bytes, int off, int len) { in CRC32DirectByteBuffer() 423 private static long CRC32ByteAndDirectByteBuffer(int value, byte[] bytes) { in CRC32ByteAndDirectByteBuffer() 432 private static long CRC32DirectByteBufferAndByte(byte[] bytes, int value) { in CRC32DirectByteBufferAndByte()
|
/art/libartbase/base/ |
D | endian_utils.h | 27 inline void AppendBytes(std::vector<uint8_t>& bytes, T data) { in AppendBytes() 33 inline void Append1BE(std::vector<uint8_t>& bytes, uint8_t value) { in Append1BE() 37 inline void Append2BE(std::vector<uint8_t>& bytes, uint16_t value) { in Append2BE() 41 inline void Append4BE(std::vector<uint8_t>& bytes, uint32_t value) { in Append4BE() 45 inline void Append8BE(std::vector<uint8_t>& bytes, uint64_t value) { in Append8BE() 49 inline void AppendUtf16BE(std::vector<uint8_t>& bytes, const uint16_t* chars, size_t char_count) { in AppendUtf16BE() 56 inline void AppendUtf16CompressedBE(std::vector<uint8_t>& bytes, in AppendUtf16CompressedBE()
|
D | arena_allocator.cc | 114 void ArenaAllocatorStatsImpl<kCount>::RecordAlloc(size_t bytes, ArenaAllocKind kind) { in RecordAlloc() 223 void* ArenaAllocator::AllocWithMemoryTool(size_t bytes, ArenaAllocKind kind) { in AllocWithMemoryTool() 242 void* ArenaAllocator::AllocWithMemoryToolAlign16(size_t bytes, ArenaAllocKind kind) { in AllocWithMemoryToolAlign16() 272 uint8_t* ArenaAllocator::AllocFromNewArena(size_t bytes) { in AllocFromNewArena() 296 uint8_t* ArenaAllocator::AllocFromNewArenaWithMemoryTool(size_t bytes) { in AllocFromNewArenaWithMemoryTool()
|
D | allocator.h | 88 inline void RegisterAllocation(AllocatorTag tag, size_t bytes) { in RegisterAllocation() 98 inline void RegisterFree(AllocatorTag tag, size_t bytes) { in RegisterFree()
|
D | scoped_arena_allocator.cc | 92 void* ArenaStack::AllocWithMemoryTool(size_t bytes, ArenaAllocKind kind) { in AllocWithMemoryTool()
|
D | scoped_arena_allocator.h | 97 void* Alloc(size_t bytes, ArenaAllocKind kind) ALWAYS_INLINE { in Alloc()
|
/art/odrefresh/ |
D | odr_fs_utils.cc | 91 bool GetFreeSpace(const std::string& path, uint64_t* bytes) { in GetFreeSpace() 101 bool GetUsedSpace(const std::string& path, uint64_t* bytes) { in GetUsedSpace()
|
D | odr_fs_utils_test.cc | 39 static bool CreateFile(const char* file_path, size_t bytes) { in CreateFile()
|
/art/runtime/gc/collector/ |
D | object_byte_pair.h | 37 int64_t bytes; member
|
D | iteration.h | 66 void SetScannedBytes(uint64_t bytes) { in SetScannedBytes()
|
/art/test/407-arrays/src/ |
D | Main.java | 32 static void $opt$testReads(boolean[] bools, byte[] bytes, char[] chars, short[] shorts, in $opt$testReads() 63 static void $opt$testWrites(boolean[] bools, byte[] bytes, char[] chars, short[] shorts, in $opt$testWrites()
|
/art/test/1901-get-bytecodes/ |
D | bytecodes.cc | 57 jbyte* bytes = env->GetByteArrayElements(out, /* is_copy */ nullptr); in Java_art_Test1901_getBytecodes() local
|
/art/test/102-concurrent-gc/src/ |
D | Main.java | 24 public byte[] bytes; field in Main.ByteContainer
|
/art/runtime/javaheapprof/ |
D | javaheapsampler.h | 35 void SetBytesUntilSample(size_t bytes) { in SetBytesUntilSample()
|
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 179 std::vector<uint8_t>& bytes = *reinterpret_cast<std::vector<uint8_t>*>(context); in ThreadStatsGetterCallback() local 189 std::vector<uint8_t> bytes; in DdmVmInternal_getThreadStats() local
|
D | libcore_util_CharsetUtils.cc | 35 ScopedByteArrayRO bytes(env, javaBytes); in CharsetUtils_asciiBytesToChars() local 55 ScopedByteArrayRO bytes(env, javaBytes); in CharsetUtils_isoLatin1BytesToChars() local
|
/art/runtime/gc/space/ |
D | region_space-inl.h | 128 uint64_t bytes = 0; in GetBytesAllocatedInternal() local 163 uint64_t bytes = 0; in GetObjectsAllocatedInternal() local 499 size_t bytes; in BytesAllocated() local
|
D | bump_pointer_space.cc | 149 uint8_t* BumpPointerSpace::AllocBlock(size_t bytes) { in AllocBlock() 212 bool BumpPointerSpace::AllocNewTlab(Thread* self, size_t bytes) { in AllocNewTlab()
|
D | space_test.h | 69 size_t bytes, in Alloc() 89 size_t bytes, in AllocWithGrowth()
|
D | bump_pointer_space.h | 159 void RecordFree(int32_t objects, int32_t bytes) { in RecordFree()
|
/art/runtime/ |
D | quicken_info.h | 63 static size_t NumberOfIndices(size_t bytes) { in NumberOfIndices()
|
/art/runtime/gc/allocator/ |
D | rosalloc-inl.h | 47 uint8_t* bytes = reinterpret_cast<uint8_t*>(m); in Alloc() local
|
/art/runtime/mirror/ |
D | class_ext.cc | 129 void ClassExt::SetOriginalDexFile(ObjPtr<Object> bytes) { in SetOriginalDexFile()
|
/art/test/003-omnibus-opcodes/src/ |
D | Array.java | 25 static void checkBytes(byte[] bytes) { in checkBytes()
|
/art/runtime/gc/accounting/ |
D | space_bitmap.h | 176 void SetHeapSize(size_t bytes) { in SetHeapSize()
|