Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 35) 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, size_t char_co… in AppendUtf16BE()
Djdwp_request.cc28 Request::Request(const uint8_t* bytes, uint32_t available) : p_(bytes) { in Request()
/art/test/004-NativeAllocations/src/
DMain.java31 private int bytes; field in Main.NativeAllocation
33 NativeAllocation(int bytes, boolean testingDeadlock) throws Exception { in NativeAllocation()
/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/base/
Dallocator.h89 inline void RegisterAllocation(AllocatorTag tag, size_t bytes) { in RegisterAllocation()
97 inline void RegisterFree(AllocatorTag tag, size_t bytes) { in RegisterFree()
Dscoped_arena_allocator.cc94 void* ArenaStack::AllocValgrind(size_t bytes, ArenaAllocKind kind) { in AllocValgrind()
Darena_allocator.cc76 void ArenaAllocatorStatsImpl<kCount>::RecordAlloc(size_t bytes, ArenaAllocKind kind) { in RecordAlloc()
269 void* ArenaAllocator::AllocValgrind(size_t bytes, ArenaAllocKind kind) { in AllocValgrind()
Dscoped_arena_allocator.h66 void* Alloc(size_t bytes, ArenaAllocKind kind) ALWAYS_INLINE { in Alloc()
Darena_allocator.h85 void RecordAlloc(size_t bytes, ArenaAllocKind kind) { UNUSED(bytes, kind); } in RecordAlloc()
/art/runtime/native/
Dlibcore_util_CharsetUtils.cc112 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
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc121 std::vector<uint8_t>& bytes = *reinterpret_cast<std::vector<uint8_t>*>(context); in ThreadStatsGetterCallback() local
131 std::vector<uint8_t> bytes; in DdmVmInternal_getThreadStats() local
Ddalvik_system_VMRuntime.cc206 static void VMRuntime_registerNativeAllocation(JNIEnv* env, jobject, jint bytes) { in VMRuntime_registerNativeAllocation()
215 static void VMRuntime_registerNativeFree(JNIEnv* env, jobject, jint bytes) { in VMRuntime_registerNativeFree()
/art/runtime/gc/space/
Dregion_space-inl.h158 uint64_t bytes = 0; in GetBytesAllocatedInternal() local
193 uint64_t bytes = 0; in GetObjectsAllocatedInternal() local
Dbump_pointer_space.cc140 uint8_t* BumpPointerSpace::AllocBlock(size_t bytes) { in AllocBlock()
255 bool BumpPointerSpace::AllocNewTlab(Thread* self, size_t bytes) { in AllocNewTlab()
Dbump_pointer_space.h149 void RecordFree(int32_t objects, int32_t bytes) { in RecordFree()
Dspace_test.h65 mirror::Object* Alloc(space::MallocSpace* alloc_space, Thread* self, size_t bytes, in Alloc()
79 mirror::Object* AllocWithGrowth(space::MallocSpace* alloc_space, Thread* self, size_t bytes, in AllocWithGrowth()
/art/runtime/
Dthread-inl.h203 inline mirror::Object* Thread::AllocTlab(size_t bytes) { in AllocTlab()
Ddex_file_verifier_test.cc170 static std::unique_ptr<const DexFile> FixChecksumAndOpen(uint8_t* bytes, size_t length, in FixChecksumAndOpen()
Doat.cc174 const uint8_t* bytes = reinterpret_cast<const uint8_t*>(data); in UpdateChecksum() local
/art/test/003-omnibus-opcodes/src/
DArray.java25 static void checkBytes(byte[] bytes) { in checkBytes()
/art/runtime/gc/accounting/
Dspace_bitmap.h163 void SetHeapSize(size_t bytes) { in SetHeapSize()
/art/runtime/gc/allocator/
Drosalloc-inl.h47 uint8_t* bytes = reinterpret_cast<uint8_t*>(m); in Alloc() local
Drosalloc.h594 size_t UsableSize(size_t bytes) { in UsableSize()
/art/runtime/gc/collector/
Dgarbage_collector.h48 int64_t bytes; member

12