/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, size_t char_co… in AppendUtf16BE()
|
D | jdwp_request.cc | 28 Request::Request(const uint8_t* bytes, uint32_t available) : p_(bytes) { in Request()
|
/art/test/004-NativeAllocations/src/ |
D | Main.java | 29 private int bytes; field in Main.NativeAllocation 31 NativeAllocation(int bytes) throws Exception { in NativeAllocation()
|
/art/test/407-arrays/src/ |
D | Main.java | 32 static void $opt$testReads(boolean[] bools, byte[] bytes, char[] chars, short[] shorts, in $opt$testReads() 56 static void $opt$testWrites(boolean[] bools, byte[] bytes, char[] chars, short[] shorts, in $opt$testWrites()
|
/art/compiler/utils/ |
D | scoped_arena_allocator.h | 66 void* Alloc(size_t bytes, ArenaAllocKind kind) ALWAYS_INLINE { in Alloc() 118 void* Alloc(size_t bytes, ArenaAllocKind kind) ALWAYS_INLINE { in Alloc()
|
D | arena_allocator.cc | 66 void ArenaAllocatorStatsImpl<kCount>::RecordAlloc(size_t bytes, ArenaAllocKind kind) { in RecordAlloc() 219 void* ArenaAllocator::AllocValgrind(size_t bytes, ArenaAllocKind kind) { in AllocValgrind()
|
D | scoped_arena_allocator.cc | 94 void* ArenaStack::AllocValgrind(size_t bytes, ArenaAllocKind kind) { in AllocValgrind()
|
D | arena_allocator.h | 74 void RecordAlloc(size_t bytes, ArenaAllocKind kind) { UNUSED(bytes); UNUSED(kind); } in RecordAlloc() 163 void* Alloc(size_t bytes, ArenaAllocKind kind) ALWAYS_INLINE { in Alloc()
|
/art/runtime/gc/allocator/ |
D | rosalloc-inl.h | 39 byte* bytes = reinterpret_cast<byte*>(m); in Alloc() local
|
D | rosalloc.h | 542 size_t UsableSize(size_t bytes) { in UsableSize()
|
/art/test/102-concurrent-gc/src/ |
D | Main.java | 24 public byte[] bytes; field in Main.ByteContainer
|
/art/runtime/base/ |
D | allocator.h | 77 static void RegisterAllocation(AllocatorTag tag, uint64_t bytes) { in RegisterAllocation() 82 static void RegisterFree(AllocatorTag tag, uint64_t bytes) { in RegisterFree()
|
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 124 std::vector<uint8_t>& bytes = *reinterpret_cast<std::vector<uint8_t>*>(context); in ThreadStatsGetterCallback() local 134 std::vector<uint8_t> bytes; in DdmVmInternal_getThreadStats() local
|
D | dalvik_system_VMRuntime.cc | 185 static void VMRuntime_registerNativeAllocation(JNIEnv* env, jobject, jint bytes) { in VMRuntime_registerNativeAllocation() 194 static void VMRuntime_registerNativeFree(JNIEnv* env, jobject, jint bytes) { in VMRuntime_registerNativeFree()
|
/art/runtime/gc/space/ |
D | bump_pointer_space.cc | 137 byte* BumpPointerSpace::AllocBlock(size_t bytes) { in AllocBlock() 250 bool BumpPointerSpace::AllocNewTlab(Thread* self, size_t bytes) { in AllocNewTlab()
|
D | bump_pointer_space.h | 149 void RecordFree(int32_t objects, int32_t bytes) { in RecordFree()
|
D | space_test.h | 63 mirror::Object* Alloc(space::MallocSpace* alloc_space, Thread* self, size_t bytes, in Alloc() 75 mirror::Object* AllocWithGrowth(space::MallocSpace* alloc_space, Thread* self, size_t bytes, in AllocWithGrowth()
|
D | large_object_space.cc | 244 void SetPrevFreeBytes(size_t bytes) { in SetPrevFreeBytes()
|
/art/runtime/ |
D | thread-inl.h | 169 inline mirror::Object* Thread::AllocTlab(size_t bytes) { in AllocTlab()
|
D | dex_file_verifier_test.cc | 166 static const DexFile* FixChecksumAndOpen(byte* bytes, size_t length, const char* location, in FixChecksumAndOpen()
|
D | oat.cc | 143 const uint8_t* bytes = reinterpret_cast<const uint8_t*>(data); in UpdateChecksum() local
|
D | check_jni.cc | 817 void CheckUtfString(const char* bytes, bool nullable) { in CheckUtfString() 836 static uint8_t CheckUtfBytes(const char* bytes, const char** errorKind) { in CheckUtfBytes() 1515 static jstring NewStringUTF(JNIEnv* env, const char* bytes) { in NewStringUTF()
|
D | jni_internal_test.cc | 1127 char bytes[4] = { 'x', 'x', 'x', 'x' }; in TEST_F() local 1597 char bytes[1024]; in TEST_F() local
|
/art/test/003-omnibus-opcodes/src/ |
D | Array.java | 25 static void checkBytes(byte[] bytes) { in checkBytes()
|
/art/runtime/gc/collector/ |
D | garbage_collector.h | 47 int64_t bytes; member
|