/art/compiler/llvm/ |
D | ir_builder.h | 79 ::llvm::LoadInst* CreateLoad(::llvm::Value* ptr, ::llvm::MDNode* tbaa_info) { in CreateLoad() 85 …::llvm::StoreInst* CreateStore(::llvm::Value* val, ::llvm::Value* ptr, ::llvm::MDNode* tbaa_info) { in CreateStore() 92 CreateAtomicCmpXchgInst(::llvm::Value* ptr, ::llvm::Value* cmp, ::llvm::Value* val, in CreateAtomicCmpXchgInst() 115 ::llvm::LoadInst* CreateLoad(::llvm::Value* ptr, TBAASpecialType special_ty) { in CreateLoad() 119 …::llvm::StoreInst* CreateStore(::llvm::Value* val, ::llvm::Value* ptr, TBAASpecialType special_ty)… in CreateStore() 124 ::llvm::LoadInst* CreateLoad(::llvm::Value* ptr, TBAASpecialType special_ty, JType j_ty) { in CreateLoad() 128 ::llvm::StoreInst* CreateStore(::llvm::Value* val, ::llvm::Value* ptr, in CreateStore()
|
/art/runtime/gc/space/ |
D | valgrind_malloc_space.h | 46 void RegisterRecentFree(mirror::Object* ptr) OVERRIDE { in RegisterRecentFree()
|
D | valgrind_malloc_space-inl.h | 74 size_t ValgrindMallocSpace<S, A>::Free(Thread* self, mirror::Object* ptr) { in Free()
|
D | dlmalloc_space.cc | 159 size_t DlMallocSpace::Free(Thread* self, mirror::Object* ptr) { in Free() 179 mirror::Object* ptr = ptrs[i]; in FreeList() local
|
D | zygote_space.cc | 89 size_t ZygoteSpace::Free(Thread* self, mirror::Object* ptr) { in Free()
|
D | large_object_space_test.cc | 106 mirror::Object* ptr = los_->Alloc(self, size_, &alloc_size, nullptr); in Run() local
|
D | malloc_space.cc | 116 void MallocSpace::RegisterRecentFree(mirror::Object* ptr) { in RegisterRecentFree()
|
/art/runtime/ |
D | dex_file-inl.h | 29 const byte* ptr = begin_ + string_id.string_data_off_; in GetStringLength() local 36 const byte* ptr = begin_ + string_id.string_data_off_; in GetStringDataAndUtf16Length() local
|
D | leb128.h | 29 const uint8_t* ptr = *data; in DecodeUnsignedLeb128() local 65 const uint8_t* ptr = *data; in DecodeSignedLeb128() local
|
D | oat.cc | 414 const char* ptr = reinterpret_cast<const char*>(&key_value_store_); in GetStoreValueByKey() local 440 const char* ptr = reinterpret_cast<const char*>(&key_value_store_); in GetStoreKeyValuePairByIndex() local
|
D | trace.cc | 494 uint8_t* ptr = buf + kTraceHeaderLength; in DumpBuf() local 674 uint8_t* ptr = buf_.get() + old_offset; in LogMethodTraceEvent() local 690 uint8_t* ptr = buf_.get() + kTraceHeaderLength; in GetVisitedMethods() local
|
D | dex_file.cc | 1068 static int32_t ReadSignedInt(const byte* ptr, int zwidth) { in ReadSignedInt() 1079 static uint32_t ReadUnsignedInt(const byte* ptr, int zwidth, bool fill_on_right) { in ReadUnsignedInt() 1095 static int64_t ReadSignedLong(const byte* ptr, int zwidth) { in ReadSignedLong() 1106 static uint64_t ReadUnsignedLong(const byte* ptr, int zwidth, bool fill_on_right) { in ReadUnsignedLong()
|
D | mem_map_test.cc | 225 uintptr_t ptr = 0; in TEST_F() local
|
/art/compiler/utils/ |
D | scoped_arena_allocator.h | 71 uint8_t* ptr = top_ptr_; in Alloc() local 127 static void operator delete(void* ptr) { UNUSED(ptr); } in delete()
|
D | scoped_arena_allocator.cc | 96 uint8_t* ptr = top_ptr_; in AllocValgrind() local
|
D | swap_space.cc | 140 uint8_t* ptr = reinterpret_cast<uint8_t*>( in NewFileChunk() local
|
D | swap_space.h | 37 uint8_t* ptr; member
|
D | arena_allocator.cc | 241 for (uint8_t* ptr = ret; ptr < ptr_; ++ptr) { in AllocValgrind() local
|
/art/disassembler/ |
D | disassembler_arm64.cc | 30 static uint32_t ReadU32(const uint8_t* ptr) { in ReadU32()
|
D | disassembler_mips.cc | 166 static uint32_t ReadU32(const uint8_t* ptr) { in ReadU32()
|
/art/runtime/arch/arm/ |
D | fault_handler_arm.cc | 96 uint8_t* ptr = reinterpret_cast<uint8_t*>(sc->arm_pc); in GetMethodAndReturnPcAndSp() local 113 uint8_t* ptr = reinterpret_cast<uint8_t*>(sc->arm_pc); in Action() local
|
/art/runtime/base/unix_file/ |
D | fd_file.cc | 182 char* ptr = static_cast<char*>(buffer); in ReadFully() local 197 const char* ptr = static_cast<const char*>(buffer); in WriteFully() local
|
/art/runtime/gc/allocator/ |
D | rosalloc.cc | 289 size_t RosAlloc::FreePages(Thread* self, void* ptr, bool already_zero) { in FreePages() 485 size_t RosAlloc::FreeInternal(Thread* self, void* ptr) { in FreeInternal() 530 size_t RosAlloc::Free(Thread* self, void* ptr) { in Free() 741 size_t RosAlloc::FreeFromRun(Thread* self, void* ptr, Run* run) { in FreeFromRun() 891 void RosAlloc::Run::FreeSlot(void* ptr) { in FreeSlot() 994 inline void RosAlloc::Run::MarkThreadLocalFreeBitMap(void* ptr) { in MarkThreadLocalFreeBitMap() 999 inline size_t RosAlloc::Run::MarkBulkFreeBitMap(void* ptr) { in MarkBulkFreeBitMap() 1003 inline size_t RosAlloc::Run::MarkFreeBitMapShared(void* ptr, uint32_t* free_bit_map_base, in MarkFreeBitMapShared() 1166 void* ptr = ptrs[i]; in BulkFree() local 1440 size_t RosAlloc::UsableSize(void* ptr) { in UsableSize()
|
/art/runtime/mirror/ |
D | object.h | 330 intptr_t ptr = reinterpret_cast<intptr_t>(new_value); in SetFieldPtrWithSize() local
|
/art/runtime/arch/x86/ |
D | fault_handler_x86.cc | 354 uint8_t* ptr = pc - sizeof(checkinst1); in Action() local
|