| /art/runtime/ |
| D | imtable.h | 37 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
|
| D | dex_file-inl.h | 29 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
|
| D | stride_iterator.h | 34 StrideIterator(T* ptr, size_t stride) in StrideIterator()
|
| D | intern_table.cc | 350 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()
|
| D | leb128.h | 32 const uint8_t* ptr = *data; in DecodeUnsignedLeb128() local 68 const uint8_t* ptr = *data; in DecodeSignedLeb128() local
|
| D | linear_alloc.cc | 26 void* LinearAlloc::Realloc(Thread* self, void* ptr, size_t old_size, size_t new_size) { in Realloc()
|
| D | utf_test.cc | 61 const char* ptr = start; in TEST_F() local 97 const char* ptr = start; in TEST_F() local
|
| D | mem_map.cc | 136 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
|
| D | type_lookup_table.h | 125 const uint8_t* ptr = dex_file_.Begin() + str_offset; in IsStringsEquals() local
|
| D | monitor.h | 151 void operator delete(void* ptr) { in delete()
|
| D | oat.cc | 406 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/ |
| D | scoped_arena_allocator.h | 65 static ArenaFreeTag& ArenaTagForAllocation(void* ptr) { in ArenaTagForAllocation() 94 uint8_t* ptr = top_ptr_; in Alloc() local
|
| D | casts.h | 121 inline Dest reinterpret_cast64(Source* ptr) { in reinterpret_cast64()
|
| D | arena_allocator.h | 170 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()
|
| D | arena_allocator.cc | 148 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()
|
| D | variant_map.h | 235 auto* ptr = Get(key); in GetOrDefault() local 259 TValue* ptr = Get(key); in ReleaseOrDefault() local 289 TValue* ptr = Get(key); in SetIfMissing() local
|
| D | hash_set.h | 211 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()
|
| D | scoped_arena_allocator.cc | 98 uint8_t* ptr = top_ptr_; in AllocWithMemoryTool() local
|
| D | time_utils.cc | 100 char* ptr = fraction_buffer; in FormatDuration() local
|
| /art/compiler/utils/ |
| D | swap_space.cc | 143 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/ |
| D | writer.h | 117 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/ |
| D | fault_handler_arm.cc | 96 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/ |
| D | rosalloc.cc | 302 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/ |
| D | fd_file.cc | 214 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/ |
| D | dlmalloc_space.cc | 167 size_t DlMallocSpace::Free(Thread* self, mirror::Object* ptr) { in Free() 187 mirror::Object* ptr = ptrs[i]; in FreeList() local
|