/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/libartbase/base/ |
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 | allocator.h | 111 typedef typename std::allocator<T>::pointer pointer; typedef 133 pointer allocate(size_type n, const_pointer hint ATTRIBUTE_UNUSED = 0) { 136 return reinterpret_cast<pointer>(malloc(size));
|
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 | iteration_range.h | 32 typedef typename std::iterator_traits<Iter>::pointer pointer; typedef
|
D | scoped_arena_containers.h | 105 typedef void* pointer; typedef 144 typedef T* pointer; typedef 178 pointer address(reference x) const { return &x; } in address() 181 pointer allocate(size_type n, 182 ScopedArenaAllocatorAdapter<void>::pointer hint ATTRIBUTE_UNUSED = nullptr) { 188 void deallocate(pointer p, size_type n) { in deallocate()
|
D | transform_iterator_test.cc | 51 static_assert(std::is_same<vector_titer, vector_titer::pointer>::value, "pointer"); in TEST() 58 static_assert(std::is_same<vector_ctiter, vector_ctiter::pointer>::value, "pointer"); in TEST() 65 static_assert(std::is_same<vector_rtiter, vector_rtiter::pointer>::value, "pointer"); in TEST() 72 static_assert(std::is_same<vector_crtiter, vector_crtiter::pointer>::value, "pointer"); in TEST() 154 static_assert(std::is_same<list_titer, list_titer::pointer>::value, "pointer"); in TEST() 161 static_assert(std::is_same<list_ctiter, list_ctiter::pointer>::value, "pointer"); in TEST() 168 static_assert(std::is_same<list_rtiter, list_rtiter::pointer>::value, "pointer"); in TEST() 175 static_assert(std::is_same<list_crtiter, list_crtiter::pointer>::value, "pointer"); in TEST() 218 static_assert(std::is_same<flist_titer, flist_titer::pointer>::value, "pointer"); in TEST() 225 static_assert(std::is_same<flist_ctiter, flist_ctiter::pointer>::value, "pointer"); in TEST() [all …]
|
D | transform_array_ref_test.cc | 48 static_assert(std::is_same<TarefIter, decltype(taref)::pointer>::value, "pointer"); in TEST() 89 static_assert(std::is_same<TarefIter, decltype(taref)::pointer>::value, "pointer"); in TEST() 123 static_assert(std::is_same<int*, decltype(taref)::pointer>::value, "pointer"); in TEST() 167 static_assert(std::is_same<const int*, decltype(ctaref)::pointer>::value, "pointer"); in TEST()
|
D | memory_region.h | 48 void* pointer() const { return pointer_; } in pointer() function 130 pointer_ = region.pointer(); in Extend()
|
D | transform_array_ref.h | 50 using pointer = typename Iter::pointer; variable 51 using const_pointer = typename ConstIter::pointer;
|
D | array_slice.h | 35 using pointer = T*; variable
|
D | transform_iterator.h | 55 using pointer = typename std::conditional< variable
|
D | array_ref.h | 46 using pointer = T*; variable
|
/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/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/test/127-checker-secondarydex/ |
D | expected.txt | 3 Got null pointer exception
|
/art/test/1959-redefine-object-instrument/ |
D | info.txt | 5 This is generally fine because the method pointer in the instrumentation
|
/art/build/ |
D | Android.bp | 87 "-Wint-to-void-pointer-cast", 118 // "-fno-omit-frame-pointer", 140 // Bug: 15446488. We don't omit the frame pointer to work around 142 "-fno-omit-frame-pointer",
|
/art/test/998-redefine-use-after-free/ |
D | info.txt | 6 required that a later redefinition happen to get the same native pointer for its
|
/art/runtime/interpreter/mterp/x86_64/ |
D | other.S | 199 movq OFF_FP_RESULT_REGISTER(rFP), %rax # get pointer to result JType. 213 movq OFF_FP_RESULT_REGISTER(rFP), %rax # get pointer to result JType.
|
/art/runtime/interpreter/mterp/x86/ |
D | other.S | 227 movl OFF_FP_RESULT_REGISTER(rFP), %eax # get pointer to result JType. 241 movl OFF_FP_RESULT_REGISTER(rFP), %eax # get pointer to result JType.
|
/art/runtime/interpreter/mterp/arm/ |
D | object.S | 232 GET_VREG r3, r2 @ r3<- fp[B], the object pointer 255 GET_VREG r2, r2 @ r2<- fp[B], the object pointer
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 672 move rSELF, $a5 # Save managed thread pointer into rSELF 1055 move $s1, $a3 # move managed thread pointer into s1 (rSELF) 1089 ld $t9, ART_METHOD_QUICK_CODE_OFFSET_64($a0) # get pointer to the code 1157 move $s1, $a3 # move managed thread pointer into s1 (rSELF) 1190 ld $t9, ART_METHOD_QUICK_CODE_OFFSET_64($a0) # get pointer to the code 1717 # Load the next pointer of the head and update the list head with the next pointer. 1721 # Store the class pointer in the header. This also overwrites the first pointer. The offsets are 1854 sw $a0, MIRROR_OBJECT_CLASS_OFFSET($v0) # Store the class pointer. 2120 move $t9, $v0 # code pointer must be in $t9 to generate the global pointer 2246 daddiu $a3, $sp, 16 # Pass fpr_res pointer ($f0 in SAVE_EVERYTHING_FRAME). [all …]
|
/art/runtime/interpreter/mterp/mips/ |
D | other.S | 234 lw a0, OFF_FP_RESULT_REGISTER(rFP) # get pointer to result JType 249 lw a3, OFF_FP_RESULT_REGISTER(rFP) # get pointer to result JType
|
/art/runtime/interpreter/mterp/mips64/ |
D | other.S | 244 ld a0, OFF_FP_RESULT_REGISTER(rFP) # get pointer to result JType 262 ld a0, OFF_FP_RESULT_REGISTER(rFP) # get pointer to result JType
|