Home
last modified time | relevance | path

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

12

/art/runtime/gc/space/
Dvalgrind_malloc_space.h53 void RegisterRecentFree(mirror::Object* ptr) OVERRIDE { in RegisterRecentFree()
Ddlmalloc_space.cc165 size_t DlMallocSpace::Free(Thread* self, mirror::Object* ptr) { in Free()
185 mirror::Object* ptr = ptrs[i]; in FreeList() local
Dlarge_object_space_test.cc124 mirror::Object* ptr = los_->Alloc(self, size_, &alloc_size, nullptr, in Run() local
/art/runtime/
Dintern_table.cc300 const uint8_t* ptr = image_space->Begin() + intern_section.Offset(); in AddImageInternTable() local
305 size_t InternTable::ReadFromMemory(const uint8_t* ptr) { in ReadFromMemory()
310 size_t InternTable::ReadFromMemoryLocked(const uint8_t* ptr) { in ReadFromMemoryLocked()
314 size_t InternTable::WriteToMemory(uint8_t* ptr) { in WriteToMemory()
334 size_t InternTable::Table::ReadIntoPreZygoteTable(const uint8_t* ptr) { in ReadIntoPreZygoteTable()
341 size_t InternTable::Table::WriteFromPostZygoteTable(uint8_t* ptr) { in WriteFromPostZygoteTable()
Ddex_file-inl.h29 const uint8_t* ptr = begin_ + string_id.string_data_off_; in GetStringLength() local
36 const uint8_t* ptr = begin_ + string_id.string_data_off_; in GetStringDataAndUtf16Length() local
Dutf_test.cc60 const char* ptr = start; in TEST_F() local
96 const char* ptr = start; in TEST_F() local
Dstride_iterator.h32 StrideIterator(uintptr_t ptr, size_t stride) in StrideIterator()
Dleb128.h32 const uint8_t* ptr = *data; in DecodeUnsignedLeb128() local
68 const uint8_t* ptr = *data; in DecodeSignedLeb128() local
Dlinear_alloc.cc26 void* LinearAlloc::Realloc(Thread* self, void* ptr, size_t old_size, size_t new_size) { in Realloc()
Dmonitor.h145 void operator delete(void* ptr) { in delete()
Dmem_map.cc141 static bool ContainedWithinExistingMap(uint8_t* ptr, size_t size, in ContainedWithinExistingMap()
244 static inline void* TryMemMapLow4GB(void* ptr, size_t page_aligned_byte_count, int prot, int flags, in TryMemMapLow4GB()
334 for (uintptr_t ptr = next_mem_pos_; ptr < 4 * GB; ptr += kPageSize) { in MapAnonymous() local
Doat.cc388 const char* ptr = reinterpret_cast<const char*>(&key_value_store_); in GetStoreValueByKey() local
414 const char* ptr = reinterpret_cast<const char*>(&key_value_store_); in GetStoreKeyValuePairByIndex() local
/art/runtime/base/
Dscoped_arena_allocator.h71 uint8_t* ptr = top_ptr_; in Alloc() local
132 static void operator delete(void* ptr) { UNUSED(ptr); } in delete()
Dhash_set.h151 HashSet(const uint8_t* ptr, bool make_copy_of_data, size_t* read_count) { in HashSet()
181 size_t WriteToMemory(uint8_t* ptr) { in WriteToMemory()
507 static size_t WriteToBytes(uint8_t* ptr, size_t offset, Elem n) { in WriteToBytes()
516 static size_t ReadFromBytes(const uint8_t* ptr, size_t offset, Elem* out) { in ReadFromBytes()
Dvariant_map.h232 auto* ptr = Get(key); in GetOrDefault() local
256 TValue* ptr = Get(key); in ReleaseOrDefault() local
285 TValue* ptr = Get(key); in SetIfMissing() local
Dscoped_arena_allocator.cc96 uint8_t* ptr = top_ptr_; in AllocValgrind() local
Dtime_utils.cc99 char* ptr = fraction_buffer; in FormatDuration() local
Dvariant_map_test.cc86 auto* ptr = fm.Get(FruitMap::Label); in TEST() local
/art/runtime/arch/arm/
Dfault_handler_arm.cc96 uint8_t* ptr = reinterpret_cast<uint8_t*>(sc->arm_pc); in GetMethodAndReturnPcAndSp() local
121 uint8_t* ptr = reinterpret_cast<uint8_t*>(sc->arm_pc); in Action() local
/art/runtime/base/unix_file/
Dfd_file.cc188 char* ptr = static_cast<char*>(buffer); in ReadFullyGeneric() local
212 const char* ptr = static_cast<const char*>(buffer); in WriteFully() local
/art/runtime/gc/allocator/
Drosalloc.cc294 size_t RosAlloc::FreePages(Thread* self, void* ptr, bool already_zero) { in FreePages()
495 size_t RosAlloc::FreeInternal(Thread* self, void* ptr) { in FreeInternal()
539 size_t RosAlloc::Free(Thread* self, void* ptr) { in Free()
772 size_t RosAlloc::FreeFromRun(Thread* self, void* ptr, Run* run) { in FreeFromRun()
883 void RosAlloc::Run::FreeSlot(void* ptr) { in FreeSlot()
1005 inline void RosAlloc::Run::MarkThreadLocalFreeBitMap(void* ptr) { in MarkThreadLocalFreeBitMap()
1010 inline size_t RosAlloc::Run::MarkBulkFreeBitMap(void* ptr) { in MarkBulkFreeBitMap()
1014 inline size_t RosAlloc::Run::MarkFreeBitMapShared(void* ptr, uint32_t* free_bit_map_base, in MarkFreeBitMapShared()
1175 void* ptr = ptrs[i]; in BulkFree() local
1448 size_t RosAlloc::UsableSize(const void* ptr) { in UsableSize()
/art/disassembler/
Ddisassembler_mips.cc315 static uint32_t ReadU32(const uint8_t* ptr) { in ReadU32()
/art/compiler/utils/
Dswap_space.cc140 uint8_t* ptr = reinterpret_cast<uint8_t*>( in NewFileChunk() local
/art/compiler/dwarf/
Dwriter.h114 void PushData(const void* ptr, size_t size) { in PushData()
/art/runtime/mirror/
Dobject.h430 intptr_t ptr = reinterpret_cast<intptr_t>(new_value); in SetFieldPtrWithSize() local

12