Home
last modified time | relevance | path

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

12

/art/compiler/llvm/
Dir_builder.h79 ::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/
Dvalgrind_malloc_space.h46 void RegisterRecentFree(mirror::Object* ptr) OVERRIDE { in RegisterRecentFree()
Dvalgrind_malloc_space-inl.h74 size_t ValgrindMallocSpace<S, A>::Free(Thread* self, mirror::Object* ptr) { in Free()
Ddlmalloc_space.cc159 size_t DlMallocSpace::Free(Thread* self, mirror::Object* ptr) { in Free()
179 mirror::Object* ptr = ptrs[i]; in FreeList() local
Dzygote_space.cc89 size_t ZygoteSpace::Free(Thread* self, mirror::Object* ptr) { in Free()
Dlarge_object_space_test.cc106 mirror::Object* ptr = los_->Alloc(self, size_, &alloc_size, nullptr); in Run() local
Dmalloc_space.cc116 void MallocSpace::RegisterRecentFree(mirror::Object* ptr) { in RegisterRecentFree()
/art/runtime/
Ddex_file-inl.h29 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
Dleb128.h29 const uint8_t* ptr = *data; in DecodeUnsignedLeb128() local
65 const uint8_t* ptr = *data; in DecodeSignedLeb128() local
Doat.cc414 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
Dtrace.cc494 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
Ddex_file.cc1068 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()
Dmem_map_test.cc225 uintptr_t ptr = 0; in TEST_F() local
/art/compiler/utils/
Dscoped_arena_allocator.h71 uint8_t* ptr = top_ptr_; in Alloc() local
127 static void operator delete(void* ptr) { UNUSED(ptr); } in delete()
Dscoped_arena_allocator.cc96 uint8_t* ptr = top_ptr_; in AllocValgrind() local
Dswap_space.cc140 uint8_t* ptr = reinterpret_cast<uint8_t*>( in NewFileChunk() local
Dswap_space.h37 uint8_t* ptr; member
Darena_allocator.cc241 for (uint8_t* ptr = ret; ptr < ptr_; ++ptr) { in AllocValgrind() local
/art/disassembler/
Ddisassembler_arm64.cc30 static uint32_t ReadU32(const uint8_t* ptr) { in ReadU32()
Ddisassembler_mips.cc166 static uint32_t ReadU32(const uint8_t* ptr) { in ReadU32()
/art/runtime/arch/arm/
Dfault_handler_arm.cc96 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/
Dfd_file.cc182 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/
Drosalloc.cc289 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/
Dobject.h330 intptr_t ptr = reinterpret_cast<intptr_t>(new_value); in SetFieldPtrWithSize() local
/art/runtime/arch/x86/
Dfault_handler_x86.cc354 uint8_t* ptr = pc - sizeof(checkinst1); in Action() local

12