Home
last modified time | relevance | path

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

12

/art/runtime/jdwp/
Djdwp_bits.h35 static inline void Append1BE(std::vector<uint8_t>& bytes, uint8_t value) { in Append1BE()
39 static inline void Append2BE(std::vector<uint8_t>& bytes, uint16_t value) { in Append2BE()
44 static inline void Append4BE(std::vector<uint8_t>& bytes, uint32_t value) { in Append4BE()
51 static inline void Append8BE(std::vector<uint8_t>& bytes, uint64_t value) { in Append8BE()
62 static inline void AppendUtf16BE(std::vector<uint8_t>& bytes, const uint16_t* chars, in AppendUtf16BE()
70 static inline void AppendUtf16CompressedBE(std::vector<uint8_t>& bytes, in AppendUtf16CompressedBE()
Djdwp_request.cc29 Request::Request(const uint8_t* bytes, uint32_t available) : p_(bytes) { in Request()
/art/runtime/base/
Darena_allocator.cc114 void ArenaAllocatorStatsImpl<kCount>::RecordAlloc(size_t bytes, ArenaAllocKind kind) { in RecordAlloc()
411 void* ArenaAllocator::AllocWithMemoryTool(size_t bytes, ArenaAllocKind kind) { in AllocWithMemoryTool()
430 void* ArenaAllocator::AllocWithMemoryToolAlign16(size_t bytes, ArenaAllocKind kind) { in AllocWithMemoryToolAlign16()
460 uint8_t* ArenaAllocator::AllocFromNewArena(size_t bytes) { in AllocFromNewArena()
484 uint8_t* ArenaAllocator::AllocFromNewArenaWithMemoryTool(size_t bytes) { in AllocFromNewArenaWithMemoryTool()
Dscoped_arena_allocator.cc92 void* ArenaStack::AllocWithMemoryTool(size_t bytes, ArenaAllocKind kind) { in AllocWithMemoryTool()
Dscoped_arena_allocator.h95 void* Alloc(size_t bytes, ArenaAllocKind kind) ALWAYS_INLINE { in Alloc()
/art/runtime/gc/space/
Dregion_space-inl.h123 uint64_t bytes = 0; in GetBytesAllocatedInternal() local
158 uint64_t bytes = 0; in GetObjectsAllocatedInternal() local
354 size_t bytes; in BytesAllocated() local
Dbump_pointer_space.cc140 uint8_t* BumpPointerSpace::AllocBlock(size_t bytes) { in AllocBlock()
203 bool BumpPointerSpace::AllocNewTlab(Thread* self, size_t bytes) { in AllocNewTlab()
Dspace_test.h70 size_t bytes, in Alloc()
90 size_t bytes, in AllocWithGrowth()
Dbump_pointer_space.h157 void RecordFree(int32_t objects, int32_t bytes) { in RecordFree()
/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/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/102-concurrent-gc/src/
DMain.java24 public byte[] bytes; field in Main.ByteContainer
/art/runtime/native/
Dlibcore_util_CharsetUtils.cc115 ScopedByteArrayRO bytes(env, javaBytes); in CharsetUtils_asciiBytesToChars() local
135 ScopedByteArrayRO bytes(env, javaBytes); in CharsetUtils_isoLatin1BytesToChars() local
166 ScopedByteArrayRW bytes(env, javaBytes); in charsToBytes() local
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc132 std::vector<uint8_t>& bytes = *reinterpret_cast<std::vector<uint8_t>*>(context); in ThreadStatsGetterCallback() local
142 std::vector<uint8_t> bytes; in DdmVmInternal_getThreadStats() local
/art/libartbase/base/
Dallocator.h86 inline void RegisterAllocation(AllocatorTag tag, size_t bytes) { in RegisterAllocation()
94 inline void RegisterFree(AllocatorTag tag, size_t bytes) { in RegisterFree()
/art/runtime/
Dquicken_info.h63 static size_t NumberOfIndices(size_t bytes) { in NumberOfIndices()
Dthread-inl.h303 inline mirror::Object* Thread::AllocTlab(size_t bytes) { in AllocTlab()
/art/runtime/gc/allocator/
Drosalloc-inl.h47 uint8_t* bytes = reinterpret_cast<uint8_t*>(m); in Alloc() local
/art/runtime/mirror/
Dclass_ext.cc117 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.h181 void SetHeapSize(size_t bytes) { in SetHeapSize()
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DAhatArrayInstance.java111 void initialize(final byte[] bytes) { in initialize()
/art/test/1940-ddms-ext/
Dddm_ext.cc114 static void JNICALL PublishCB(jvmtiEnv* jvmti, JNIEnv* jnienv, jint type, jint size, jbyte* bytes) { in PublishCB()
/art/test/956-methodhandles/src/
DMain.java1088 public VariableArityTester(byte... bytes) { update(bytes); } in VariableArityTester()
1106 public String update(byte... bytes) { return lastResult = tally(bytes); } in update()
1135 public static String tally(byte... bytes) { return Arrays.toString(bytes); } in tally()

12