Home
last modified time | relevance | path

Searched defs:address (Results 1 – 25 of 53) sorted by relevance

123

/art/runtime/
Dmemory_region.h62 T* address = ComputeInternalPointer<T>(offset); in Load() local
72 T* address = ComputeInternalPointer<T>(offset); in Store() local
140 const uint8_t* address = begin() + bit_offset / kBitsPerByte; in LoadBits() local
212 template<typename T> static constexpr bool IsWordAligned(const T* address) { in IsWordAligned()
Dhandle_scope.h157 uintptr_t address = reinterpret_cast<uintptr_t>(this) + ReferencesOffset(kRuntimePointerSize); in GetReferences() local
Ddex_file.cc948 int32_t DexFile::FindTryItem(const CodeItem &code_item, uint32_t address) { in FindTryItem()
972 int32_t DexFile::FindCatchHandlerOffset(const CodeItem &code_item, uint32_t address) { in FindCatchHandlerOffset()
1039 uint32_t address = 0; in DecodeDebugLocalInfo() local
1514 CatchHandlerIterator::CatchHandlerIterator(const DexFile::CodeItem& code_item, uint32_t address) { in CatchHandlerIterator()
/art/runtime/native/
Dsun_misc_Unsafe.cc234 static void Unsafe_freeMemory(JNIEnv* env ATTRIBUTE_UNUSED, jobject, jlong address) { in Unsafe_freeMemory()
238 static void Unsafe_setMemory(JNIEnv* env ATTRIBUTE_UNUSED, jobject, jlong address, jlong bytes, jby… in Unsafe_setMemory()
242 static jbyte Unsafe_getByteJ(JNIEnv* env ATTRIBUTE_UNUSED, jobject, jlong address) { in Unsafe_getByteJ()
246 static void Unsafe_putByteJB(JNIEnv* env ATTRIBUTE_UNUSED, jobject, jlong address, jbyte value) { in Unsafe_putByteJB()
250 static jshort Unsafe_getShortJ(JNIEnv* env ATTRIBUTE_UNUSED, jobject, jlong address) { in Unsafe_getShortJ()
254 static void Unsafe_putShortJS(JNIEnv* env ATTRIBUTE_UNUSED, jobject, jlong address, jshort value) { in Unsafe_putShortJS()
258 static jchar Unsafe_getCharJ(JNIEnv* env ATTRIBUTE_UNUSED, jobject, jlong address) { in Unsafe_getCharJ()
262 static void Unsafe_putCharJC(JNIEnv* env ATTRIBUTE_UNUSED, jobject, jlong address, jchar value) { in Unsafe_putCharJC()
266 static jint Unsafe_getIntJ(JNIEnv* env ATTRIBUTE_UNUSED, jobject, jlong address) { in Unsafe_getIntJ()
270 static void Unsafe_putIntJI(JNIEnv* env ATTRIBUTE_UNUSED, jobject, jlong address, jint value) { in Unsafe_putIntJI()
[all …]
/art/runtime/base/
Dhex_dump.h32 HexDump(const void* address, size_t byte_count, bool show_actual_addresses, const char* prefix) in HexDump()
Dscoped_arena_containers.h147 pointer address(reference x) const { return &x; } in address() function
148 const_pointer address(const_reference x) const { return &x; } in address() function
Darena_containers.h194 pointer address(reference x) const { return &x; } in address() function
195 const_pointer address(const_reference x) const { return &x; } in address() function
/art/compiler/utils/x86/
Dassembler_x86.cc42 void X86Assembler::call(const Address& address) { in call()
74 void X86Assembler::pushl(const Address& address) { in pushl()
99 void X86Assembler::popl(const Address& address) { in popl()
1741 void X86Assembler::xchgl(Register reg, const Address& address) { in xchgl()
1748 void X86Assembler::cmpb(const Address& address, const Immediate& imm) { in cmpb()
1756 void X86Assembler::cmpw(const Address& address, const Immediate& imm) { in cmpw()
1776 void X86Assembler::cmpl(Register reg, const Address& address) { in cmpl()
1790 void X86Assembler::addl(Register reg, const Address& address) { in addl()
1797 void X86Assembler::cmpl(const Address& address, Register reg) { in cmpl()
1804 void X86Assembler::cmpl(const Address& address, const Immediate& imm) { in cmpl()
[all …]
Dassembler_x86.h719 void LockCmpxchgl(const Address& address, Register reg) { in LockCmpxchgl()
723 void LockCmpxchg8b(const Address& address) { in LockCmpxchg8b()
/art/runtime/openjdkjvmti/
Djvmti_allocator.h109 pointer address(reference x) const { return &x; } in address() function
110 const_pointer address(const_reference x) const { return &x; } in address() function
/art/runtime/jit/
Ddebugger_interface.cc134 void CreateJITCodeEntryForAddress(uintptr_t address, std::vector<uint8_t> symfile) { in CreateJITCodeEntryForAddress()
143 bool DeleteJITCodeEntryForAddress(uintptr_t address) { in DeleteJITCodeEntryForAddress()
/art/compiler/debug/
Delf_symtab_writer.h83 uint64_t address = info.code_address + (text != nullptr ? text->GetAddress() : 0); in WriteDebugSymbols() local
/art/compiler/optimizing/
Dinstruction_simplifier_shared.cc261 HIntermediateAddress* address = new (arena) HIntermediateAddress(array, offset, kNoDexPc); in TryExtractArrayAccessAddress() local
397 HIntermediateAddressIndex* address = in TryExtractVecArrayAccessAddress() local
Dblock_builder.cc291 uint32_t address = iterator.GetHandlerAddress(); in InsertTryBoundaryBlocks() local
/art/compiler/utils/
Dswap_space.h174 pointer address(reference x) const { return &x; } in address() function
175 const_pointer address(const_reference x) const { return &x; } in address() function
Dlabel.h55 uintptr_t address() const { in address() function
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc47 void X86_64Assembler::call(const Address& address) { in call()
70 void X86_64Assembler::pushq(const Address& address) { in pushq()
98 void X86_64Assembler::popq(const Address& address) { in popq()
2005 void X86_64Assembler::xchgl(CpuRegister reg, const Address& address) { in xchgl()
2013 void X86_64Assembler::cmpb(const Address& address, const Immediate& imm) { in cmpb()
2023 void X86_64Assembler::cmpw(const Address& address, const Immediate& imm) { in cmpw()
2048 void X86_64Assembler::cmpl(CpuRegister reg, const Address& address) { in cmpl()
2056 void X86_64Assembler::cmpl(const Address& address, CpuRegister reg) { in cmpl()
2064 void X86_64Assembler::cmpl(const Address& address, const Immediate& imm) { in cmpl()
2088 void X86_64Assembler::cmpq(CpuRegister reg, const Address& address) { in cmpq()
[all …]
Dassembler_x86_64.h789 void LockCmpxchgl(const Address& address, CpuRegister reg) { in LockCmpxchgl()
793 void LockCmpxchgq(const Address& address, CpuRegister reg) { in LockCmpxchgq()
/art/runtime/gc/accounting/
Dbitmap-inl.h137 uintptr_t* address = &bitmap_begin_[word_index]; in ModifyBit() local
Dcard_table-inl.h31 static inline bool byte_cas(uint8_t old_value, uint8_t new_value, uint8_t* address) { in byte_cas()
/art/compiler/
Dcfi_test.h111 std::string address; in ReformatCfi() local
Dcompiled_method.cc91 uintptr_t address = reinterpret_cast<uintptr_t>(code_pointer); in CodePointer() local
/art/test/986-native-method-bind/
Dnative_bind.cc59 void* address, in doJvmtiMethodBind()
/art/runtime/gc/space/
Dlarge_object_space.h185 size_t GetSlotIndexForAddress(uintptr_t address) const { in GetSlotIndexForAddress()
/art/disassembler/
Ddisassembler_x86.cc166 std::ostringstream address; in DumpAddress() local
1480 std::string address = DumpAddress(mod, rm, rex64, rex_w, no_ops, byte_operand, in DumpInstruction() local

123