/art/runtime/ |
D | atomic.cc | 26 Mutex* QuasiAtomic::GetSwapMutex(const volatile int64_t* addr) { in GetSwapMutex() 46 int64_t QuasiAtomic::SwapMutexRead64(volatile const int64_t* addr) { in SwapMutexRead64() 51 void QuasiAtomic::SwapMutexWrite64(volatile int64_t* addr, int64_t value) { in SwapMutexWrite64() 57 bool QuasiAtomic::SwapMutexCas64(int64_t old_value, int64_t new_value, volatile int64_t* addr) { in SwapMutexCas64()
|
D | atomic.h | 59 static int64_t Read64(volatile const int64_t* addr) { in Read64() 95 static void Write64(volatile int64_t* addr, int64_t value) { in Write64() 141 static bool Cas64(int64_t old_value, int64_t new_value, volatile int64_t* addr) { in Cas64()
|
D | mem_map.h | 126 bool HasAddress(const void* addr) const { in HasAddress()
|
D | stack.cc | 244 uint32_t* addr = GetVRegAddr(cur_quick_frame_, code_item, frame_info.CoreSpillMask(), in GetVRegPair() local 301 uint32_t* addr = GetVRegAddr(cur_quick_frame_, code_item, frame_info.CoreSpillMask(), in SetVReg() local 363 uint32_t* addr = GetVRegAddr(cur_quick_frame_, code_item, frame_info.CoreSpillMask(), in SetVRegPair() local
|
D | dex_file_verifier.cc | 428 uint32_t addr = DecodeUnsignedLeb128(&ptr_); in CheckAndGetHandlerOffsets() local 436 uint32_t addr = DecodeUnsignedLeb128(&ptr_); in CheckAndGetHandlerOffsets() local
|
D | dex_file.h | 665 const byte* addr = begin_ + class_def.interfaces_off_; in GetInterfacesList() local 684 const byte* addr = begin_ + code_off; in GetCodeItem() local 737 const byte* addr = begin_ + proto_id.parameters_off_; in GetProtoParameters() local
|
/art/runtime/jdwp/ |
D | jdwp_socket.cc | 138 } addr; in SocketStartup() local 213 } addr; in Accept() local 265 } addr; in Establish() local 428 } addr; in ProcessIncoming() local
|
/art/runtime/gc/accounting/ |
D | space_bitmap-inl.h | 34 uintptr_t addr = reinterpret_cast<uintptr_t>(obj); in AtomicTestAndSet() local 56 uintptr_t addr = reinterpret_cast<uintptr_t>(obj); in Test() local 160 uintptr_t addr = reinterpret_cast<uintptr_t>(obj); in Modify() local
|
D | card_table_test.cc | 66 for (const byte* addr = HeapBegin(); addr != HeapLimit(); addr += kCardSize) { in FillRandom() local 80 for (const byte* addr = HeapBegin(); addr < HeapLimit(); addr += kObjectAlignment) { in TEST_F() local
|
D | card_table.h | 57 ALWAYS_INLINE void MarkCard(const void *addr) { in MarkCard()
|
D | space_bitmap.h | 186 uintptr_t addr = reinterpret_cast<uintptr_t>(obj); in GetObjectWordAddress() local
|
D | card_table-inl.h | 209 inline byte* CardTable::CardFromAddr(const void *addr) const { in CardFromAddr()
|
D | atomic_stack.h | 216 byte* addr = mem_map_->Begin(); in Init() local
|
/art/runtime/base/ |
D | hex_dump.cc | 36 const unsigned char* addr = reinterpret_cast<const unsigned char*>(address_); in Dump() local
|
/art/compiler/utils/x86/ |
D | assembler_x86.h | 194 static Address Absolute(uword addr) { in Absolute() 201 static Address Absolute(ThreadOffset<4> addr) { in Absolute()
|
/art/compiler/utils/ |
D | scoped_arena_allocator.h | 107 void* addr = arena_stack->Alloc(sizeof(ScopedArenaAllocator), kArenaAllocMisc); in Create() local
|
/art/runtime/gc/allocator/ |
D | rosalloc.h | 356 size_t ToPageMapIndex(const void* addr) const { in ToPageMapIndex() 363 size_t RoundDownToPageMapIndex(void* addr) const { in RoundDownToPageMapIndex()
|
/art/compiler/ |
D | elf_writer_mclinker.cc | 408 uint32_t* addr = reinterpret_cast<uint32_t*>(elf_file.Begin() + oatdata_offset); in FixupCompiledCodeOffset() local
|
D | elf_writer_quick.cc | 873 const std::string& name, const ElfSectionBuilder* section, Elf32_Addr addr, in AddSymbol()
|
/art/runtime/mirror/ |
D | object-inl.h | 518 const int64_t* addr = reinterpret_cast<const int64_t*>(raw_addr); in GetField64() local 546 int64_t* addr = reinterpret_cast<int64_t*>(raw_addr); in SetField64() local
|
/art/compiler/utils/arm/ |
D | assembler_arm32.cc | 550 const Address& addr = static_cast<const Address&>(ad); in EmitMemOp() local 588 const Address& addr = static_cast<const Address&>(ad); in EmitMemOpAddressMode3() local 877 const Address& addr = static_cast<const Address&>(ad); in vldrs() local 890 const Address& addr = static_cast<const Address&>(ad); in vstrs() local 904 const Address& addr = static_cast<const Address&>(ad); in vldrd() local 917 const Address& addr = static_cast<const Address&>(ad); in vstrd() local
|
D | assembler_thumb2.cc | 1762 const Address& addr = static_cast<const Address&>(ad); in vldrs() local 1775 const Address& addr = static_cast<const Address&>(ad); in vstrs() local 1789 const Address& addr = static_cast<const Address&>(ad); in vldrd() local 1802 const Address& addr = static_cast<const Address&>(ad); in vstrd() local
|