| /art/compiler/optimizing/ |
| D | code_generation_data.cc | 36 uint64_t address = entry.second; in EmitJitRoots() local 49 uint64_t address = entry.second; in EmitJitRoots() local 59 uint64_t address = entry.second; in EmitJitRoots() local
|
| D | jit_patches_arm64.cc | 48 uintptr_t address = in PatchJitRootUse() local 79 uint64_t address) { in DeduplicateBootImageAddressLiteral()
|
| D | instruction_simplifier_shared.cc | 219 HIntermediateAddress* address = new (allocator) HIntermediateAddress(array, offset, kNoDexPc); in TryExtractArrayAccessAddress() local 288 HIntermediateAddressIndex* address = in TryExtractVecArrayAccessAddress() local
|
| /art/test/858-checker-unsafe/src/ |
| D | Main.java | 93 long address = 0; in testGetAndPutAbsoluteAddress() local 107 private static void $noinline$unsafePutAbsoluteInt(long address, int value) { in $noinline$unsafePutAbsoluteInt() 113 private static int $noinline$unsafeGetAbsoluteInt(long address) { in $noinline$unsafeGetAbsoluteInt()
|
| /art/compiler/utils/x86/ |
| D | assembler_x86.h | 903 void cmpxchgb(const Address& address, Register reg) { in cmpxchgb() 908 void LockCmpxchgb(const Address& address, Register reg) { in LockCmpxchgb() 912 void LockCmpxchgb(const Address& address, ByteRegister reg) { in LockCmpxchgb() 916 void LockCmpxchgw(const Address& address, Register reg) { in LockCmpxchgw() 927 void LockCmpxchgl(const Address& address, Register reg) { in LockCmpxchgl() 931 void LockCmpxchg8b(const Address& address) { in LockCmpxchg8b() 936 void LockXaddb(const Address& address, Register reg) { in LockXaddb() 940 void LockXaddb(const Address& address, ByteRegister reg) { in LockXaddb() 944 void LockXaddw(const Address& address, Register reg) { in LockXaddw() 955 void LockXaddl(const Address& address, Register reg) { in LockXaddl()
|
| D | assembler_x86.cc | 76 void X86Assembler::call(const Address& address) { in call() 108 void X86Assembler::pushl(const Address& address) { in pushl() 133 void X86Assembler::popl(const Address& address) { in popl() 2946 void X86Assembler::xchgb(ByteRegister reg, const Address& address) { in xchgb() 2958 void X86Assembler::xchgb(Register reg, const Address& address) { in xchgb() 2976 void X86Assembler::xchgw(Register reg, const Address& address) { in xchgw() 2996 void X86Assembler::xchgl(Register reg, const Address& address) { in xchgl() 3003 void X86Assembler::cmpb(const Address& address, const Immediate& imm) { in cmpb() 3011 void X86Assembler::cmpw(const Address& address, const Immediate& imm) { in cmpw() 3031 void X86Assembler::cmpl(Register reg, const Address& address) { in cmpl() [all …]
|
| /art/compiler/utils/x86_64/ |
| D | assembler_x86_64.h | 1000 void LockCmpxchgb(const Address& address, CpuRegister reg) { in LockCmpxchgb() 1004 void LockCmpxchgw(const Address& address, CpuRegister reg) { in LockCmpxchgw() 1016 void LockCmpxchgl(const Address& address, CpuRegister reg) { in LockCmpxchgl() 1020 void LockCmpxchgq(const Address& address, CpuRegister reg) { in LockCmpxchgq() 1024 void LockXaddb(const Address& address, CpuRegister reg) { in LockXaddb() 1028 void LockXaddw(const Address& address, CpuRegister reg) { in LockXaddw() 1040 void LockXaddl(const Address& address, CpuRegister reg) { in LockXaddl() 1044 void LockXaddq(const Address& address, CpuRegister reg) { in LockXaddq()
|
| D | assembler_x86_64.cc | 83 void X86_64Assembler::call(const Address& address) { in call() 106 void X86_64Assembler::pushq(const Address& address) { in pushq() 134 void X86_64Assembler::popq(const Address& address) { in popq() 2807 void X86_64Assembler::xchgb(CpuRegister reg, const Address& address) { in xchgb() 2829 void X86_64Assembler::xchgw(CpuRegister reg, const Address& address) { in xchgw() 2851 void X86_64Assembler::xchgl(CpuRegister reg, const Address& address) { in xchgl() 2872 void X86_64Assembler::xchgq(CpuRegister reg, const Address& address) { in xchgq() 2889 void X86_64Assembler::xaddb(const Address& address, CpuRegister reg) { in xaddb() 2908 void X86_64Assembler::xaddw(const Address& address, CpuRegister reg) { in xaddw() 2927 void X86_64Assembler::xaddl(const Address& address, CpuRegister reg) { in xaddl() [all …]
|
| /art/libartbase/base/ |
| D | memory_region.h | 63 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()
|
| D | hex_dump.h | 32 HexDump(const void* address, size_t byte_count, bool show_actual_addresses, const char* prefix) in HexDump()
|
| D | scoped_arena_containers.h | 188 pointer address(reference x) const { return &x; } in address() function 189 const_pointer address(const_reference x) const { return &x; } in address() function
|
| D | arena_containers.h | 202 pointer address(reference x) const { return &x; } in address() function 203 const_pointer address(const_reference x) const { return &x; } in address() function
|
| /art/runtime/native/ |
| D | sun_misc_Unsafe.cc | 245 static void Unsafe_freeMemory([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_freeMemory() 250 [[maybe_unused]] JNIEnv* env, jobject, jlong address, jlong bytes, jbyte value) { in Unsafe_setMemory() 254 static jbyte Unsafe_getByteJ([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_getByteJ() 258 static void Unsafe_putByteJB([[maybe_unused]] JNIEnv* env, jobject, jlong address, jbyte value) { in Unsafe_putByteJB() 262 static jshort Unsafe_getShortJ([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_getShortJ() 266 static void Unsafe_putShortJS([[maybe_unused]] JNIEnv* env, jobject, jlong address, jshort value) { in Unsafe_putShortJS() 270 static jchar Unsafe_getCharJ([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_getCharJ() 274 static void Unsafe_putCharJC([[maybe_unused]] JNIEnv* env, jobject, jlong address, jchar value) { in Unsafe_putCharJC() 278 static jint Unsafe_getIntJ([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_getIntJ() 282 static void Unsafe_putIntJI([[maybe_unused]] JNIEnv* env, jobject, jlong address, jint value) { in Unsafe_putIntJI() [all …]
|
| D | jdk_internal_misc_Unsafe.cc | 301 static void Unsafe_freeMemory([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_freeMemory() 306 [[maybe_unused]] JNIEnv* env, jobject, jlong address, jlong bytes, jbyte value) { in Unsafe_setMemory() 310 static jbyte Unsafe_getByteJ([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_getByteJ() 314 static void Unsafe_putByteJB([[maybe_unused]] JNIEnv* env, jobject, jlong address, jbyte value) { in Unsafe_putByteJB() 318 static jshort Unsafe_getShortJ([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_getShortJ() 322 static void Unsafe_putShortJS([[maybe_unused]] JNIEnv* env, jobject, jlong address, jshort value) { in Unsafe_putShortJS() 326 static jchar Unsafe_getCharJ([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_getCharJ() 330 static void Unsafe_putCharJC([[maybe_unused]] JNIEnv* env, jobject, jlong address, jchar value) { in Unsafe_putCharJC() 334 static jint Unsafe_getIntJ([[maybe_unused]] JNIEnv* env, jobject, jlong address) { in Unsafe_getIntJ() 338 static void Unsafe_putIntJI([[maybe_unused]] JNIEnv* env, jobject, jlong address, jint value) { in Unsafe_putIntJI() [all …]
|
| D | libcore_io_Memory.cc | 34 static inline T get_unaligned(const T* address) { in get_unaligned() 43 static inline void put_unaligned(T* address, T v) { in put_unaligned() 52 static T cast(jlong address) { in cast()
|
| /art/compiler/debug/ |
| D | elf_symtab_writer.h | 109 uint64_t address = info.code_address; in WriteDebugSymbols() local 154 uint64_t address = info.code_address; in WriteDebugSymbols() local
|
| /art/openjdkjvmti/ |
| D | jvmti_allocator.h | 110 pointer address(reference x) const { return &x; } in address() function 111 const_pointer address(const_reference x) const { return &x; } in address() function
|
| /art/runtime/jit/ |
| D | jit_memory_region.h | 117 void FillData(const T* address, size_t n, const T& t) REQUIRES(Locks::jit_lock_) { in FillData() 124 void WriteData(const T* address, const T& value) { in WriteData()
|
| /art/libdexfile/dex/ |
| D | dex_file_exception_helpers.cc | 24 CatchHandlerIterator::CatchHandlerIterator(const CodeItemDataAccessor& accessor, uint32_t address) { in CatchHandlerIterator()
|
| /art/dex2oat/utils/ |
| D | swap_space.h | 176 pointer address(reference x) const { return &x; } in address() function 177 const_pointer address(const_reference x) const { return &x; } in address() function
|
| /art/compiler/utils/ |
| D | label.h | 55 uintptr_t address() const { in address() function
|
| /art/runtime/gc/accounting/ |
| D | bitmap-inl.h | 137 uintptr_t* address = &bitmap_begin_[word_index]; in ModifyBit() local
|
| /art/libdexfile/external/include/art_api/ |
| D | dex_file_support.h | 94 static Error Create(const void* address, in Create()
|
| /art/compiler/ |
| D | cfi_test.h | 113 std::string address; in ReformatCfi() local
|
| /art/test/986-native-method-bind/ |
| D | native_bind.cc | 60 void* address, in doJvmtiMethodBind()
|