Home
last modified time | relevance | path

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

12

/art/compiler/debug/
Delf_symtab_writer.h68 uint64_t address = info.code_address; in WriteDebugSymbols() local
97 uint64_t address = info.code_address; in WriteDebugSymbols() local
/art/libartbase/base/
Dmemory_type_table.h56 bool Contains(uintptr_t address) const { in Contains()
97 const MemoryTypeRange<T>* Lookup(uintptr_t address) const { in Lookup()
271 const MemoryTypeRange<T>* MemoryTypeTable<T>::Builder::Lookup(uintptr_t address) const { in Lookup()
Dmemory_region.h63 T* address = ComputeInternalPointer<T>(offset); in Load() local
73 T* address = ComputeInternalPointer<T>(offset); in Store() local
152 template<typename T> static constexpr bool IsWordAligned(const T* address) { in IsWordAligned()
Dhex_dump.h32 HexDump(const void* address, size_t byte_count, bool show_actual_addresses, const char* prefix) in HexDump()
Dscoped_arena_containers.h178 pointer address(reference x) const { return &x; } in address() function
179 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
Dmemory_type_table_test.cc330 const uintptr_t address = i * kRangeSize + delta; in TEST() local
342 const uintptr_t address = i * kRangeSize + delta; in TEST() local
/art/runtime/native/
Dsun_misc_Unsafe.cc245 static void Unsafe_freeMemory(JNIEnv* env ATTRIBUTE_UNUSED, jobject, jlong address) { in Unsafe_freeMemory()
249 static void Unsafe_setMemory(JNIEnv* env ATTRIBUTE_UNUSED, jobject, jlong address, jlong bytes, jby… in Unsafe_setMemory()
253 static jbyte Unsafe_getByteJ(JNIEnv* env ATTRIBUTE_UNUSED, jobject, jlong address) { in Unsafe_getByteJ()
257 static void Unsafe_putByteJB(JNIEnv* env ATTRIBUTE_UNUSED, jobject, jlong address, jbyte value) { in Unsafe_putByteJB()
261 static jshort Unsafe_getShortJ(JNIEnv* env ATTRIBUTE_UNUSED, jobject, jlong address) { in Unsafe_getShortJ()
265 static void Unsafe_putShortJS(JNIEnv* env ATTRIBUTE_UNUSED, jobject, jlong address, jshort value) { in Unsafe_putShortJS()
269 static jchar Unsafe_getCharJ(JNIEnv* env ATTRIBUTE_UNUSED, jobject, jlong address) { in Unsafe_getCharJ()
273 static void Unsafe_putCharJC(JNIEnv* env ATTRIBUTE_UNUSED, jobject, jlong address, jchar value) { in Unsafe_putCharJC()
277 static jint Unsafe_getIntJ(JNIEnv* env ATTRIBUTE_UNUSED, jobject, jlong address) { in Unsafe_getIntJ()
281 static void Unsafe_putIntJI(JNIEnv* env ATTRIBUTE_UNUSED, jobject, jlong address, jint value) { in Unsafe_putIntJI()
[all …]
/art/openjdkjvmti/
Djvmti_allocator.h110 pointer address(reference x) const { return &x; } in address() function
111 const_pointer address(const_reference x) const { return &x; } in address() function
/art/libdexfile/dex/
Ddex_file_exception_helpers.cc24 CatchHandlerIterator::CatchHandlerIterator(const CodeItemDataAccessor& accessor, uint32_t address) { in CatchHandlerIterator()
Dcode_item_accessors-inl.h221 inline bool CodeItemDebugInfoAccessor::GetLineNumForPc(const uint32_t address, in GetLineNumForPc()
/art/compiler/optimizing/
Dinstruction_simplifier_shared.cc261 HIntermediateAddress* address = new (allocator) HIntermediateAddress(array, offset, kNoDexPc); in TryExtractArrayAccessAddress() local
330 HIntermediateAddressIndex* address = in TryExtractVecArrayAccessAddress() local
Dinstruction_simplifier_mips.cc113 HIntermediateArrayAddressIndex* address = in TryExtractArrayAccessIndex() local
/art/compiler/utils/
Dswap_space.h175 pointer address(reference x) const { return &x; } in address() function
176 const_pointer address(const_reference x) const { return &x; } in address() function
Dlabel.h57 uintptr_t address() const { in address() function
/art/runtime/gc/accounting/
Dbitmap-inl.h137 uintptr_t* address = &bitmap_begin_[word_index]; in ModifyBit() local
Dcard_table-inl.h33 static inline bool byte_cas(uint8_t old_value, uint8_t new_value, uint8_t* address) { in byte_cas()
/art/compiler/
Dcfi_test.h112 std::string address; in ReformatCfi() local
Dcompiled_method.cc90 uintptr_t address = reinterpret_cast<uintptr_t>(code_pointer); in CodePointer() local
/art/runtime/gc/space/
Dlarge_object_space.h202 size_t GetSlotIndexForAddress(uintptr_t address) const { in GetSlotIndexForAddress()
/art/test/986-native-method-bind/
Dnative_bind.cc60 void* address, in doJvmtiMethodBind()
/art/runtime/
Dhandle_scope.h154 uintptr_t address = reinterpret_cast<uintptr_t>(this) + ReferencesOffset(kRuntimePointerSize); in GetReferences() local
/art/compiler/utils/x86_64/
Dassembler_x86_64.h839 void LockCmpxchgl(const Address& address, CpuRegister reg) { in LockCmpxchgl()
843 void LockCmpxchgq(const Address& address, CpuRegister reg) { in LockCmpxchgq()
/art/compiler/utils/x86/
Dassembler_x86.h753 void LockCmpxchgl(const Address& address, Register reg) { in LockCmpxchgl()
757 void LockCmpxchg8b(const Address& address) { in LockCmpxchg8b()
/art/disassembler/
Ddisassembler_x86.cc166 std::ostringstream address; in DumpAddress() local
1501 std::string address = DumpAddress(mod, rm, rex64, rex_w, no_ops, byte_operand, in DumpInstruction() local

12