Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 52) 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.cc113 void ArenaAllocatorStatsImpl<kCount>::RecordAlloc(size_t bytes, ArenaAllocKind kind) { in RecordAlloc()
222 void* ArenaAllocator::AllocWithMemoryTool(size_t bytes, ArenaAllocKind kind) { in AllocWithMemoryTool()
241 void* ArenaAllocator::AllocWithMemoryToolAlign16(size_t bytes, ArenaAllocKind kind) { in AllocWithMemoryToolAlign16()
271 uint8_t* ArenaAllocator::AllocFromNewArena(size_t bytes) { in AllocFromNewArena()
295 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/runtime/gc/collector/
Dobject_byte_pair.h37 int64_t bytes; member
/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/native/
Dlibcore_util_CharsetUtils.cc116 ScopedByteArrayRO bytes(env, javaBytes); in CharsetUtils_asciiBytesToChars() local
136 ScopedByteArrayRO bytes(env, javaBytes); in CharsetUtils_isoLatin1BytesToChars() local
167 ScopedByteArrayRW bytes(env, javaBytes); in charsToBytes() local
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc184 std::vector<uint8_t>& bytes = *reinterpret_cast<std::vector<uint8_t>*>(context); in ThreadStatsGetterCallback() local
194 std::vector<uint8_t> bytes; in DdmVmInternal_getThreadStats() 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()
Dthread-inl.h307 inline mirror::Object* Thread::AllocTlab(size_t bytes) { in AllocTlab()
Ddebugger.cc323 std::vector<uint8_t> bytes; in DdmSendThreadNotification() local
433 std::vector<uint8_t> bytes; in DdmSendHeapInfo() local
950 std::vector<uint8_t> bytes; in GetRecentAllocations() local
/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()
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc100 static inline std::ostream& operator<<(std::ostream& os, const std::vector<uint8_t>& bytes) { in operator <<()
203 auto bytes = pairs[i].second; in Dump() local
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DAhatArrayInstance.java113 void initialize(final byte[] bytes) { in initialize()

123