Searched refs:pointer (Results 1 - 25 of 63) sorted by relevance

123

/art/runtime/
H A Dmemory_region.cc28 CHECK(from.pointer() != nullptr);
33 from.pointer(), from.size());
/art/runtime/interpreter/mterp/x86_64/
H A Dop_move_result_wide.S2 movq OFF_FP_RESULT_REGISTER(rFP), %rax # get pointer to result JType.
H A Dop_move_result.S4 movq OFF_FP_RESULT_REGISTER(rFP), %rax # get pointer to result JType.
H A Dop_iput.S13 GET_VREG OUT_32_ARG1, %rcx # the object pointer
H A Dop_iput_wide.S7 GET_VREG OUT_32_ARG1, %rcx # the object pointer
/art/runtime/arch/arm/
H A Djni_entrypoints_arm.S31 sub sp, #12 @ pad stack pointer to align frame
35 add sp, #12 @ restore stack pointer
/art/runtime/interpreter/mterp/x86/
H A Dop_move_result.S4 movl OFF_FP_RESULT_REGISTER(rFP), %eax # get pointer to result JType.
H A Dop_move_result_wide.S2 movl OFF_FP_RESULT_REGISTER(rFP), %eax # get pointer to result JType.
/art/runtime/interpreter/mterp/mips64/
H A Dop_iput_wide_quick.S4 GET_VREG_U a2, a2 # a2 <- fp[B], the object pointer
9 daddu a1, a2, a3 # create a direct pointer
H A Dop_iput.S12 GET_VREG_U a1, a1 # a1 <- fp[B], the object pointer
H A Dop_iput_wide.S6 GET_VREG_U a1, a1 # a1 <- fp[B], the object pointer
H A Dop_move_result.S6 ld a0, OFF_FP_RESULT_REGISTER(rFP) # get pointer to result JType
H A Dop_move_result_wide.S5 ld a0, OFF_FP_RESULT_REGISTER(rFP) # get pointer to result JType
/art/compiler/utils/
H A Dswap_space.h106 typedef void* pointer; typedef in class:art::SwapAllocator
137 typedef T* pointer; typedef in class:art::SwapAllocator
162 pointer address(reference x) const { return &x; }
165 pointer allocate(size_type n, SwapAllocator<void>::pointer hint ATTRIBUTE_UNUSED = nullptr) {
175 void deallocate(pointer p, size_type n) {
183 void construct(pointer p, const_reference val) {
190 void destroy(pointer p) {
/art/runtime/base/
H A Diteration_range.h32 typedef typename std::iterator_traits<Iter>::pointer pointer; typedef in class:art::IterationRange
/art/runtime/interpreter/mterp/arm/
H A Dop_iput.S12 GET_VREG r1, r1 @ r1<- fp[B], the object pointer
H A Dop_iput_wide.S6 GET_VREG r1, r1 @ r1<- fp[B], the object pointer
H A Dop_move_result.S6 ldr r0, [rFP, #OFF_FP_RESULT_REGISTER] @ get pointer to result JType.
H A Dop_iget.S10 GET_VREG r1, r1 @ r1<- fp[B], the object pointer
H A Dop_iput_quick.S6 GET_VREG r3, r2 @ r3<- fp[B], the object pointer
H A Dop_iput_wide_quick.S4 GET_VREG r2, r2 @ r2<- fp[B], the object pointer
/art/runtime/interpreter/mterp/mips/
H A Dop_move_result.S6 lw a0, OFF_FP_RESULT_REGISTER(rFP) # get pointer to result JType
H A Dop_move_result_wide.S3 lw a3, OFF_FP_RESULT_REGISTER(rFP) # get pointer to result JType
H A Dop_sput.S11 GET_VREG(a1, a3) # a1 <- fp[AA], the object pointer
/art/tools/ahat/test/
H A DNativeAllocationTest.java37 assertEquals(0xABCDABCD , alloc.pointer);

Completed in 274 milliseconds

123