Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 56) sorted by relevance

123

/art/test/580-crc32/src/
DMain.java157 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/
Dendian_utils.h27 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()
Darena_allocator.cc114 void ArenaAllocatorStatsImpl<kCount>::RecordAlloc(size_t bytes, ArenaAllocKind kind) { in RecordAlloc()
218 void* ArenaAllocator::AllocWithMemoryTool(size_t bytes, ArenaAllocKind kind) { in AllocWithMemoryTool()
237 void* ArenaAllocator::AllocWithMemoryToolAlign16(size_t bytes, ArenaAllocKind kind) { in AllocWithMemoryToolAlign16()
274 uint8_t* ArenaAllocator::AllocFromNewArena(size_t bytes) { in AllocFromNewArena()
298 uint8_t* ArenaAllocator::AllocFromNewArenaWithMemoryTool(size_t bytes) { in AllocFromNewArenaWithMemoryTool()
Dallocator.h88 inline void RegisterAllocation(AllocatorTag tag, size_t bytes) { in RegisterAllocation()
98 inline void RegisterFree(AllocatorTag tag, size_t bytes) { in RegisterFree()
Dscoped_arena_allocator.cc92 void* ArenaStack::AllocWithMemoryTool(size_t bytes, ArenaAllocKind kind) { in AllocWithMemoryTool()
Dscoped_arena_allocator.h97 void* Alloc(size_t bytes, ArenaAllocKind kind) ALWAYS_INLINE { in Alloc()
/art/odrefresh/
Dodr_fs_utils.cc99 bool GetFreeSpace(const std::string& path, uint64_t* bytes) { in GetFreeSpace()
109 bool GetUsedSpace(const std::string& path, uint64_t* bytes) { in GetUsedSpace()
Dodr_fs_utils_test.cc39 static bool CreateFile(const char* file_path, size_t bytes) { in CreateFile()
/art/runtime/gc/collector/
Dobject_byte_pair.h39 int64_t bytes; member
Diteration.h67 void SetScannedBytes(uint64_t bytes) { in SetScannedBytes()
/art/test/1901-get-bytecodes/
Dbytecodes.cc57 jbyte* bytes = env->GetByteArrayElements(out, /* is_copy */ nullptr); in Java_art_Test1901_getBytecodes() local
/art/test/407-arrays/src/
DMain.java32 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/102-concurrent-gc/src/
DMain.java24 public byte[] bytes; field in Main.ByteContainer
/art/runtime/javaheapprof/
Djavaheapsampler.h35 void SetBytesUntilSample(size_t bytes) { in SetBytesUntilSample()
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc174 std::vector<uint8_t>& bytes = *reinterpret_cast<std::vector<uint8_t>*>(context); in ThreadStatsGetterCallback() local
184 std::vector<uint8_t> bytes; in DdmVmInternal_getThreadStats() local
/art/runtime/gc/space/
Dregion_space-inl.h126 uint64_t bytes = 0; in GetBytesAllocatedInternal() local
161 uint64_t bytes = 0; in GetObjectsAllocatedInternal() local
497 size_t bytes; in BytesAllocated() local
Dspace_test.h69 size_t bytes, in Alloc()
89 size_t bytes, in AllocWithGrowth()
Dbump_pointer_space.h160 void RecordFree(int32_t objects, int32_t bytes) { in RecordFree()
Dbump_pointer_space.cc166 uint8_t* BumpPointerSpace::AllocBlock(size_t bytes) { in AllocBlock()
224 bool BumpPointerSpace::AllocNewTlab(Thread* self, size_t bytes, size_t* bytes_tl_bulk_allocated) { in AllocNewTlab()
/art/runtime/gc/allocator/
Drosalloc-inl.h47 uint8_t* bytes = reinterpret_cast<uint8_t*>(m); in Alloc() local
/art/runtime/mirror/
Dclass_ext.cc129 void ClassExt::SetOriginalDexFile(ObjPtr<Object> bytes) { in SetOriginalDexFile()
/art/runtime/
Dlinear_alloc-inl.h27 inline void LinearAlloc::SetFirstObject(void* begin, size_t bytes) const { in SetFirstObject()
/art/test/003-omnibus-opcodes/src/
DArray.java25 static void checkBytes(byte[] bytes) { in checkBytes()
/art/runtime/gc/accounting/
Dbitmap.h136 void SetBitmapSize(size_t bytes) { in SetBitmapSize()
Dspace_bitmap.h185 void SetHeapSize(size_t bytes) { in SetHeapSize()

123