Home
last modified time | relevance | path

Searched defs:addr (Results 1 – 22 of 22) sorted by relevance

/art/runtime/
Datomic.cc26 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()
Datomic.h59 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()
Dmem_map.h126 bool HasAddress(const void* addr) const { in HasAddress()
Dstack.cc244 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
Ddex_file_verifier.cc428 uint32_t addr = DecodeUnsignedLeb128(&ptr_); in CheckAndGetHandlerOffsets() local
436 uint32_t addr = DecodeUnsignedLeb128(&ptr_); in CheckAndGetHandlerOffsets() local
Ddex_file.h665 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/
Djdwp_socket.cc138 } addr; in SocketStartup() local
213 } addr; in Accept() local
265 } addr; in Establish() local
428 } addr; in ProcessIncoming() local
/art/runtime/gc/accounting/
Dspace_bitmap-inl.h34 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
Dcard_table_test.cc66 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
Dcard_table.h57 ALWAYS_INLINE void MarkCard(const void *addr) { in MarkCard()
Dspace_bitmap.h186 uintptr_t addr = reinterpret_cast<uintptr_t>(obj); in GetObjectWordAddress() local
Dcard_table-inl.h209 inline byte* CardTable::CardFromAddr(const void *addr) const { in CardFromAddr()
Datomic_stack.h216 byte* addr = mem_map_->Begin(); in Init() local
/art/runtime/base/
Dhex_dump.cc36 const unsigned char* addr = reinterpret_cast<const unsigned char*>(address_); in Dump() local
/art/compiler/utils/x86/
Dassembler_x86.h194 static Address Absolute(uword addr) { in Absolute()
201 static Address Absolute(ThreadOffset<4> addr) { in Absolute()
/art/compiler/utils/
Dscoped_arena_allocator.h107 void* addr = arena_stack->Alloc(sizeof(ScopedArenaAllocator), kArenaAllocMisc); in Create() local
/art/runtime/gc/allocator/
Drosalloc.h356 size_t ToPageMapIndex(const void* addr) const { in ToPageMapIndex()
363 size_t RoundDownToPageMapIndex(void* addr) const { in RoundDownToPageMapIndex()
/art/compiler/
Delf_writer_mclinker.cc408 uint32_t* addr = reinterpret_cast<uint32_t*>(elf_file.Begin() + oatdata_offset); in FixupCompiledCodeOffset() local
Delf_writer_quick.cc873 const std::string& name, const ElfSectionBuilder* section, Elf32_Addr addr, in AddSymbol()
/art/runtime/mirror/
Dobject-inl.h518 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/
Dassembler_arm32.cc550 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
Dassembler_thumb2.cc1762 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