Home
last modified time | relevance | path

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

123

/art/runtime/
Dimtable.h37 uint8_t* ptr = reinterpret_cast<uint8_t*>(this) + OffsetOfElement(index, pointer_size); in Get() local
49 uint8_t* ptr = reinterpret_cast<uint8_t*>(this) + OffsetOfElement(index, pointer_size); in Set() local
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
Dstride_iterator.h34 StrideIterator(T* ptr, size_t stride) in StrideIterator()
Dintern_table.cc350 size_t InternTable::AddTableFromMemory(const uint8_t* ptr) { in AddTableFromMemory()
355 size_t InternTable::AddTableFromMemoryLocked(const uint8_t* ptr) { in AddTableFromMemoryLocked()
359 size_t InternTable::WriteToMemory(uint8_t* ptr) { in WriteToMemory()
393 size_t InternTable::Table::AddTableFromMemory(const uint8_t* ptr) { in AddTableFromMemory()
412 size_t InternTable::Table::WriteToMemory(uint8_t* ptr) { in WriteToMemory()
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()
Dutf_test.cc61 const char* ptr = start; in TEST_F() local
97 const char* ptr = start; in TEST_F() local
Dmem_map.cc136 bool MemMap::ContainedWithinExistingMap(uint8_t* ptr, size_t size, std::string* error_msg) { in ContainedWithinExistingMap()
256 static inline void* TryMemMapLow4GB(void* ptr, in TryMemMapLow4GB()
804 for (uintptr_t ptr = next_mem_pos_; ptr < 4 * GB; ptr += kPageSize) { in MapInternal() local
911 for (volatile uint8_t* ptr = begin; ptr < end; ptr += kPageSize) { in TryReadable() local
Dtype_lookup_table.h125 const uint8_t* ptr = dex_file_.Begin() + str_offset; in IsStringsEquals() local
Dmonitor.h151 void operator delete(void* ptr) { in delete()
Doat.cc406 const char* ptr = reinterpret_cast<const char*>(&key_value_store_); in GetStoreValueByKey() local
432 const char* ptr = reinterpret_cast<const char*>(&key_value_store_); in GetStoreKeyValuePairByIndex() local
/art/runtime/base/
Dscoped_arena_allocator.h65 static ArenaFreeTag& ArenaTagForAllocation(void* ptr) { in ArenaTagForAllocation()
94 uint8_t* ptr = top_ptr_; in Alloc() local
Dcasts.h121 inline Dest reinterpret_cast64(Source* ptr) { in reinterpret_cast64()
Darena_allocator.h170 void MakeDefined(void* ptr, size_t size) { in MakeDefined()
175 void MakeUndefined(void* ptr, size_t size) { in MakeUndefined()
180 void MakeInaccessible(void* ptr, size_t size) { in MakeInaccessible()
222 bool Contains(const void* ptr) const { in Contains()
Darena_allocator.cc148 void ArenaAllocatorMemoryTool::DoMakeDefined(void* ptr, size_t size) { in DoMakeDefined()
152 void ArenaAllocatorMemoryTool::DoMakeUndefined(void* ptr, size_t size) { in DoMakeUndefined()
156 void ArenaAllocatorMemoryTool::DoMakeInaccessible(void* ptr, size_t size) { in DoMakeInaccessible()
Dvariant_map.h235 auto* ptr = Get(key); in GetOrDefault() local
259 TValue* ptr = Get(key); in ReleaseOrDefault() local
289 TValue* ptr = Get(key); in SetIfMissing() local
Dhash_set.h211 HashSet(const uint8_t* ptr, bool make_copy_of_data, size_t* read_count) noexcept { in HashSet()
241 size_t WriteToMemory(uint8_t* ptr) const { in WriteToMemory()
648 static size_t WriteToBytes(uint8_t* ptr, size_t offset, Elem n) { in WriteToBytes()
657 static size_t ReadFromBytes(const uint8_t* ptr, size_t offset, Elem* out) { in ReadFromBytes()
Dscoped_arena_allocator.cc98 uint8_t* ptr = top_ptr_; in AllocWithMemoryTool() local
Dtime_utils.cc100 char* ptr = fraction_buffer; in FormatDuration() local
/art/compiler/utils/
Dswap_space.cc143 uint8_t* ptr = reinterpret_cast<uint8_t*>( in NewFileChunk() local
164 void SwapSpace::Free(void* ptr, size_t size) { in Free()
/art/compiler/debug/dwarf/
Dwriter.h117 void PushData(const uint8_t* ptr, size_t num_bytes) { in PushData()
121 void PushData(const char* ptr, size_t num_bytes) { in PushData()
/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/gc/allocator/
Drosalloc.cc302 size_t RosAlloc::FreePages(Thread* self, void* ptr, bool already_zero) { in FreePages()
503 size_t RosAlloc::FreeInternal(Thread* self, void* ptr) { in FreeInternal()
547 size_t RosAlloc::Free(Thread* self, void* ptr) { in Free()
763 size_t RosAlloc::FreeFromRun(Thread* self, void* ptr, Run* run) { in FreeFromRun()
878 void RosAlloc::Run::FreeSlot(void* ptr) { in FreeSlot()
920 inline void RosAlloc::Run::AddToThreadLocalFreeList(void* ptr) { in AddToThreadLocalFreeList()
925 inline size_t RosAlloc::Run::AddToBulkFreeList(void* ptr) { in AddToBulkFreeList()
929 inline size_t RosAlloc::Run::AddToFreeListShared(void* ptr, in AddToFreeListShared()
1030 void* ptr = ptrs[i]; in BulkFree() local
1303 size_t RosAlloc::UsableSize(const void* ptr) { in UsableSize()
/art/runtime/base/unix_file/
Dfd_file.cc214 char* ptr = static_cast<char*>(buffer); in ReadFullyGeneric() local
242 const char* ptr = static_cast<const char*>(buffer); in WriteFullyGeneric() local
/art/runtime/gc/space/
Ddlmalloc_space.cc167 size_t DlMallocSpace::Free(Thread* self, mirror::Object* ptr) { in Free()
187 mirror::Object* ptr = ptrs[i]; in FreeList() local

123