| /art/runtime/jdwp/ |
| D | jdwp_bits.h | 35 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()
|
| D | jdwp_request.cc | 29 Request::Request(const uint8_t* bytes, uint32_t available) : p_(bytes) { in Request()
|
| /art/test/004-NativeAllocations/src/ |
| D | Main.java | 32 private int bytes; field in Main.NativeAllocation 34 NativeAllocation(int bytes, boolean testingDeadlock) throws Exception { in NativeAllocation()
|
| /art/runtime/base/ |
| D | arena_allocator.cc | 106 void ArenaAllocatorStatsImpl<kCount>::RecordAlloc(size_t bytes, ArenaAllocKind kind) { in RecordAlloc() 389 void* ArenaAllocator::AllocWithMemoryTool(size_t bytes, ArenaAllocKind kind) { in AllocWithMemoryTool() 408 void* ArenaAllocator::AllocWithMemoryToolAlign16(size_t bytes, ArenaAllocKind kind) { in AllocWithMemoryToolAlign16() 438 uint8_t* ArenaAllocator::AllocFromNewArena(size_t bytes) { in AllocFromNewArena() 462 uint8_t* ArenaAllocator::AllocFromNewArenaWithMemoryTool(size_t bytes) { in AllocFromNewArenaWithMemoryTool()
|
| D | allocator.h | 91 inline void RegisterAllocation(AllocatorTag tag, size_t bytes) { in RegisterAllocation() 99 inline void RegisterFree(AllocatorTag tag, size_t bytes) { in RegisterFree()
|
| D | scoped_arena_allocator.cc | 93 void* ArenaStack::AllocWithMemoryTool(size_t bytes, ArenaAllocKind kind) { in AllocWithMemoryTool()
|
| D | scoped_arena_allocator.h | 89 void* Alloc(size_t bytes, ArenaAllocKind kind) ALWAYS_INLINE { in Alloc()
|
| /art/runtime/gc/space/ |
| D | region_space-inl.h | 157 uint64_t bytes = 0; in GetBytesAllocatedInternal() local 192 uint64_t bytes = 0; in GetObjectsAllocatedInternal() local 352 size_t bytes; in BytesAllocated() local
|
| D | space_test.h | 70 size_t bytes, in Alloc() 90 size_t bytes, in AllocWithGrowth()
|
| D | bump_pointer_space.cc | 140 uint8_t* BumpPointerSpace::AllocBlock(size_t bytes) { in AllocBlock() 255 bool BumpPointerSpace::AllocNewTlab(Thread* self, size_t bytes) { in AllocNewTlab()
|
| D | bump_pointer_space.h | 151 void RecordFree(int32_t objects, int32_t bytes) { in RecordFree()
|
| /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/102-concurrent-gc/src/ |
| D | Main.java | 24 public byte[] bytes; field in Main.ByteContainer
|
| /art/runtime/native/ |
| D | libcore_util_CharsetUtils.cc | 112 ScopedByteArrayRO bytes(env, javaBytes); in CharsetUtils_asciiBytesToChars() local 132 ScopedByteArrayRO bytes(env, javaBytes); in CharsetUtils_isoLatin1BytesToChars() local 163 ScopedByteArrayRW bytes(env, javaBytes); in charsToBytes() local
|
| D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 120 std::vector<uint8_t>& bytes = *reinterpret_cast<std::vector<uint8_t>*>(context); in ThreadStatsGetterCallback() local 130 std::vector<uint8_t> bytes; in DdmVmInternal_getThreadStats() local
|
| /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 | 117 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 | 166 void SetHeapSize(size_t bytes) { in SetHeapSize()
|
| /art/runtime/ |
| D | thread-inl.h | 306 inline mirror::Object* Thread::AllocTlab(size_t bytes) { in AllocTlab()
|
| /art/runtime/gc/collector/ |
| D | garbage_collector.h | 57 int64_t bytes; member
|
| /art/test/956-methodhandles/src/ |
| D | Main.java | 1032 public VariableArityTester(byte... bytes) { update(bytes); } in VariableArityTester() 1050 public String update(byte... bytes) { return lastResult = tally(bytes); } in update() 1079 public static String tally(byte... bytes) { return Arrays.toString(bytes); } in tally()
|
| /art/compiler/utils/arm/ |
| D | assembler_arm.cc | 372 void ArmAssembler::Pad(uint32_t bytes) { in Pad()
|
| /art/runtime/arch/x86/ |
| D | fault_handler_x86.cc | 83 ssize_t bytes = SafeCopy(buf, pc, sizeof(buf)); in GetInstructionSize() local
|
| /art/dexlayout/ |
| D | dex_visualize.cc | 331 uint32_t bytes = 0; in ShowDexSectionStatistics() local
|