Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 53) 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()
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()
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.cc91 bool GetFreeSpace(const std::string& path, uint64_t* bytes) { in GetFreeSpace()
101 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.h37 int64_t bytes; member
Diteration.h66 void SetScannedBytes(uint64_t bytes) { in SetScannedBytes()
/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/1901-get-bytecodes/
Dbytecodes.cc57 jbyte* bytes = env->GetByteArrayElements(out, /* is_copy */ nullptr); in Java_art_Test1901_getBytecodes() local
/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.cc179 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
Dlibcore_util_CharsetUtils.cc35 ScopedByteArrayRO bytes(env, javaBytes); in CharsetUtils_asciiBytesToChars() local
55 ScopedByteArrayRO bytes(env, javaBytes); in CharsetUtils_isoLatin1BytesToChars() local
/art/runtime/gc/space/
Dregion_space-inl.h128 uint64_t bytes = 0; in GetBytesAllocatedInternal() local
163 uint64_t bytes = 0; in GetObjectsAllocatedInternal() local
499 size_t bytes; in BytesAllocated() local
Dbump_pointer_space.cc149 uint8_t* BumpPointerSpace::AllocBlock(size_t bytes) { in AllocBlock()
212 bool BumpPointerSpace::AllocNewTlab(Thread* self, size_t bytes) { in AllocNewTlab()
Dspace_test.h69 size_t bytes, in Alloc()
89 size_t bytes, in AllocWithGrowth()
Dbump_pointer_space.h159 void RecordFree(int32_t objects, int32_t bytes) { in RecordFree()
/art/runtime/
Dquicken_info.h63 static size_t NumberOfIndices(size_t bytes) { in NumberOfIndices()
/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/test/003-omnibus-opcodes/src/
DArray.java25 static void checkBytes(byte[] bytes) { in checkBytes()
/art/runtime/gc/accounting/
Dspace_bitmap.h176 void SetHeapSize(size_t bytes) { in SetHeapSize()

123