/art/openjdkjvmti/ |
D | jvmti_allocator.h | 50 typedef void* pointer; typedef 83 typedef T* pointer; typedef 110 pointer address(reference x) const { return &x; } in address() 113 pointer allocate(size_type n, JvmtiAllocator<void>::pointer hint ATTRIBUTE_UNUSED = nullptr) { 126 void deallocate(pointer p, size_type n ATTRIBUTE_UNUSED) { in deallocate() 135 void construct(pointer p, const_reference val) { in construct() 142 void destroy(pointer p) { in destroy()
|
/art/compiler/utils/ |
D | swap_space.h | 117 typedef void* pointer; typedef 149 typedef T* pointer; typedef 175 pointer address(reference x) const { return &x; } in address() 178 pointer allocate(size_type n, SwapAllocator<void>::pointer hint ATTRIBUTE_UNUSED = nullptr) { 188 void deallocate(pointer p, size_type n) { in deallocate() 196 void construct(pointer p, const_reference val) { in construct() 203 void destroy(pointer p) { in destroy()
|
/art/libartbase/base/ |
D | allocator.h | 107 typedef typename std::allocator<T>::pointer pointer; typedef 129 pointer allocate(size_type n, const_pointer hint ATTRIBUTE_UNUSED = 0) { 132 return reinterpret_cast<pointer>(malloc(size));
|
D | transform_iterator_test.cc | 52 static_assert(std::is_same<vector_titer, vector_titer::pointer>::value, "pointer"); in TEST() 59 static_assert(std::is_same<vector_ctiter, vector_ctiter::pointer>::value, "pointer"); in TEST() 66 static_assert(std::is_same<vector_rtiter, vector_rtiter::pointer>::value, "pointer"); in TEST() 73 static_assert(std::is_same<vector_crtiter, vector_crtiter::pointer>::value, "pointer"); in TEST() 155 static_assert(std::is_same<list_titer, list_titer::pointer>::value, "pointer"); in TEST() 162 static_assert(std::is_same<list_ctiter, list_ctiter::pointer>::value, "pointer"); in TEST() 169 static_assert(std::is_same<list_rtiter, list_rtiter::pointer>::value, "pointer"); in TEST() 176 static_assert(std::is_same<list_crtiter, list_crtiter::pointer>::value, "pointer"); in TEST() 219 static_assert(std::is_same<flist_titer, flist_titer::pointer>::value, "pointer"); in TEST() 226 static_assert(std::is_same<flist_ctiter, flist_ctiter::pointer>::value, "pointer"); in TEST() [all …]
|
D | iteration_range.h | 32 typedef typename std::iterator_traits<Iter>::pointer pointer; typedef
|
/art/runtime/interpreter/mterp/mips64/ |
D | op_iput_wide_quick.S | 4 GET_VREG_U a2, a2 # a2 <- fp[B], the object pointer 9 daddu a1, a2, a3 # create a direct pointer
|
D | op_move_result_wide.S | 5 ld a0, OFF_FP_RESULT_REGISTER(rFP) # get pointer to result JType
|
D | op_move_result.S | 6 ld a0, OFF_FP_RESULT_REGISTER(rFP) # get pointer to result JType
|
/art/runtime/base/ |
D | arena_containers.h | 132 typedef void* pointer; typedef 165 typedef T* pointer; typedef 194 pointer address(reference x) const { return &x; } in address() 197 pointer allocate(size_type n, 198 ArenaAllocatorAdapter<void>::pointer hint ATTRIBUTE_UNUSED = nullptr) { 202 void deallocate(pointer p, size_type n) { in deallocate()
|
D | scoped_arena_containers.h | 97 typedef void* pointer; typedef 136 typedef T* pointer; typedef 170 pointer address(reference x) const { return &x; } in address() 173 pointer allocate(size_type n, 174 ScopedArenaAllocatorAdapter<void>::pointer hint ATTRIBUTE_UNUSED = nullptr) { 180 void deallocate(pointer p, size_type n) { in deallocate()
|
/art/runtime/arch/arm/ |
D | jni_entrypoints_arm.S | 31 sub sp, #12 @ pad stack pointer to align frame 35 add sp, #12 @ restore stack pointer
|
/art/runtime/ |
D | memory_region.cc | 25 CHECK(from.pointer() != nullptr); in CopyFrom() 29 memmove(reinterpret_cast<void*>(begin() + offset), from.pointer(), from.size()); in CopyFrom()
|
D | bit_memory_region.h | 36 void* pointer() const { return region_.pointer(); } in pointer() function
|
/art/test/ |
D | valgrind-target-suppressions.txt | 2 # parameter is a pointer. 20 # The VectorImpl class does not hold a pointer to the allocated SharedBuffer structure, but to the 21 # beginning of the data, which is effectively an interior pointer. Valgrind has limitations when
|
/art/test/127-checker-secondarydex/ |
D | expected.txt | 3 Got null pointer exception
|
/art/runtime/interpreter/mterp/x86_64/ |
D | op_move_result_wide.S | 2 movq OFF_FP_RESULT_REGISTER(rFP), %rax # get pointer to result JType.
|
D | op_move_result.S | 4 movq OFF_FP_RESULT_REGISTER(rFP), %rax # get pointer to result JType.
|
D | op_iput.S | 13 GET_VREG OUT_32_ARG1, %rcx # the object pointer
|
D | op_iput_wide.S | 7 GET_VREG OUT_32_ARG1, %rcx # the object pointer
|
/art/runtime/interpreter/mterp/x86/ |
D | op_move_result.S | 4 movl OFF_FP_RESULT_REGISTER(rFP), %eax # get pointer to result JType.
|
D | op_move_result_wide.S | 2 movl OFF_FP_RESULT_REGISTER(rFP), %eax # get pointer to result JType.
|
/art/runtime/interpreter/mterp/mips/ |
D | op_move_result_wide.S | 3 lw a3, OFF_FP_RESULT_REGISTER(rFP) # get pointer to result JType
|
D | op_move_result.S | 6 lw a0, OFF_FP_RESULT_REGISTER(rFP) # get pointer to result JType
|
/art/build/ |
D | Android.bp | 50 "-Wint-to-void-pointer-cast", 73 // "-fno-omit-frame-pointer", 92 // Bug: 15446488. We don't omit the frame pointer to work around 94 "-fno-omit-frame-pointer",
|
/art/runtime/interpreter/mterp/arm/ |
D | op_move_result.S | 6 ldr r0, [rFP, #OFF_FP_RESULT_REGISTER] @ get pointer to result JType.
|