/aosp12/art/runtime/gc/space/ |
H A D | rosalloc_space-inl.h | 32 inline mirror::Object* RosAllocSpace::AllocCommon(Thread* self, size_t num_bytes, in AllocCommon() 62 inline bool RosAllocSpace::CanAllocThreadLocal(Thread* self, size_t num_bytes) { in CanAllocThreadLocal() 66 inline mirror::Object* RosAllocSpace::AllocThreadLocal(Thread* self, size_t num_bytes, in AllocThreadLocal() 73 inline size_t RosAllocSpace::MaxBytesBulkAllocatedForNonvirtual(size_t num_bytes) { in MaxBytesBulkAllocatedForNonvirtual()
|
H A D | bump_pointer_space-inl.h | 28 inline mirror::Object* BumpPointerSpace::Alloc(Thread*, size_t num_bytes, size_t* bytes_allocated, in Alloc() 43 inline mirror::Object* BumpPointerSpace::AllocThreadUnsafe(Thread* self, size_t num_bytes, in AllocThreadUnsafe() 68 inline mirror::Object* BumpPointerSpace::AllocNonvirtualWithoutAccounting(size_t num_bytes) { in AllocNonvirtualWithoutAccounting() 83 inline mirror::Object* BumpPointerSpace::AllocNonvirtual(size_t num_bytes) { in AllocNonvirtual()
|
H A D | rosalloc_space.h | 59 mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc() 64 mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated, in AllocThreadUnsafe() 78 mirror::Object* AllocNonvirtual(Thread* self, size_t num_bytes, size_t* bytes_allocated, in AllocNonvirtual() 84 mirror::Object* AllocNonvirtualThreadUnsafe(Thread* self, size_t num_bytes, in AllocNonvirtualThreadUnsafe() 99 size_t MaxBytesBulkAllocatedFor(size_t num_bytes) override { in MaxBytesBulkAllocatedFor()
|
H A D | memory_tool_malloc_space-inl.h | 34 size_t num_bytes, in AdjustForMemoryTool() 94 size_t num_bytes, in AllocWithGrowth() 130 size_t num_bytes, in Alloc() 166 size_t num_bytes, in AllocThreadUnsafe() 290 kUseObjSizeForUsable>::MaxBytesBulkAllocatedFor(size_t num_bytes) { in MaxBytesBulkAllocatedFor()
|
H A D | dlmalloc_space-inl.h | 28 inline mirror::Object* DlMallocSpace::AllocNonvirtual(Thread* self, size_t num_bytes, in AllocNonvirtual() 55 Thread* /*self*/, size_t num_bytes, in AllocWithoutGrowthLocked()
|
H A D | region_space-inl.h | 32 size_t num_bytes, in Alloc() 42 size_t num_bytes, in AllocThreadUnsafe() 51 inline mirror::Object* RegionSpace::AllocNonvirtual(size_t num_bytes, in AllocNonvirtual() 99 inline mirror::Object* RegionSpace::Region::Alloc(size_t num_bytes, in Alloc() 313 inline mirror::Object* RegionSpace::AllocLarge(size_t num_bytes, in AllocLarge()
|
H A D | dlmalloc_space.h | 63 size_t num_bytes, in Alloc() 83 size_t MaxBytesBulkAllocatedFor(size_t num_bytes) override { in MaxBytesBulkAllocatedFor()
|
H A D | rosalloc_space.cc | 202 mirror::Object* RosAllocSpace::AllocWithGrowth(Thread* self, size_t num_bytes, in AllocWithGrowth() 330 void RosAllocSpace::Walk(void(*callback)(void *start, void *end, size_t num_bytes, void* callback_a… in Walk() 371 void (*callback)(void *start, void *end, size_t num_bytes, void* callback_arg), in InspectAllRosAllocWithSuspendAll() 384 void RosAllocSpace::InspectAllRosAlloc(void (*callback)(void *start, void *end, size_t num_bytes, v… in InspectAllRosAlloc()
|
H A D | dlmalloc_space.cc | 167 mirror::Object* DlMallocSpace::AllocWithGrowth(Thread* self, size_t num_bytes, in AllocWithGrowth() 293 void DlMallocSpace::Walk(void(*callback)(void *start, void *end, size_t num_bytes, void* callback_a… in Walk()
|
/aosp12/art/libelffile/dwarf/ |
H A D | expression.h | 75 void WriteOpPiece(uint32_t num_bytes) { in WriteOpPiece() 84 void WriteOpDerefSize(uint8_t num_bytes) { in WriteOpDerefSize()
|
H A D | writer.h | 119 void PushData(const uint8_t* ptr, size_t num_bytes) { in PushData() 123 void PushData(const char* ptr, size_t num_bytes) { in PushData()
|
/aosp12/system/bt/profile/sdp/common/ |
H A D | data_element_reader.cc | 176 uint32_t num_bytes = 0; in ReadString() local 208 uint32_t num_bytes = 0; in ReadSequence() local
|
/aosp12/system/nfc/src/nfc/tags/ |
H A D | rw_main.cc | 82 void rw_main_update_tx_stats(uint32_t num_bytes, bool is_retry) { in rw_main_update_tx_stats() 131 void rw_main_update_rx_stats(uint32_t num_bytes) { in rw_main_update_rx_stats()
|
/aosp12/art/runtime/mirror/ |
H A D | object.cc | 79 size_t num_bytes) { in CopyObject() 140 CopyObjectVisitor(Handle<Object>* orig, size_t num_bytes) in CopyObjectVisitor() 159 size_t num_bytes = h_this->SizeOf(); in Clone() local
|
/aosp12/art/runtime/ |
H A D | art_field.cc | 34 void ArtField::SetOffset(MemberOffset num_bytes) { in SetOffset()
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
H A D | polled_socket.cc | 86 size_t PolledSocket::TryReceive(size_t num_bytes, uint8_t* data) { in TryReceive()
|
/aosp12/system/core/fs_mgr/libfs_avb/ |
H A D | avb_ops.cpp | 50 size_t num_bytes, void* buffer, size_t* out_num_read) { in read_from_partition() 172 size_t num_bytes, void* buffer, in ReadFromPartition()
|
/aosp12/bionic/libc/malloc_debug/ |
H A D | GuardData.cpp | 42 GuardData::GuardData(DebugData* debug_data, int init_value, size_t num_bytes) in GuardData()
|
/aosp12/system/unwinding/libunwindstack/ |
H A D | DwarfMemory.cpp | 29 bool DwarfMemory::ReadBytes(void* dst, size_t num_bytes) { in ReadBytes()
|
/aosp12/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/ |
H A D | mlos_linux.c | 45 void *inv_malloc(unsigned int num_bytes) in inv_malloc()
|
/aosp12/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/ |
H A D | mlos_linux.c | 45 void *inv_malloc(unsigned int num_bytes) in inv_malloc()
|
/aosp12/system/nfc/src/adaptation/ |
H A D | libmain.cc | 50 extern void* nfa_mem_co_alloc(uint32_t num_bytes) { return malloc(num_bytes); } in nfa_mem_co_alloc()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_util_FileObserver.cpp | 61 int num_bytes = read(fd, event_buf, sizeof(event_buf)); in android_os_fileobserver_observe() local
|
/aosp12/system/extras/boot_control_copy/ |
H A D | boot_control_copy.cpp | 90 static bool copy_data(int src_fd, int dst_fd, size_t num_bytes) { in copy_data()
|
/aosp12/packages/apps/Gallery2/jni_jpegstream/src/ |
H A D | jpeg_hook.cpp | 117 void Mgr_skip_input_data_fcn(j_decompress_ptr cinfo, long num_bytes) { in Mgr_skip_input_data_fcn()
|