/art/test/1973-jni-id-swap-pointer/ |
D | expected-stdout.txt | 3 pointer ID looks like a pointer! 5 pointer2 ID looks like a pointer! 6 pointer ID remains a pointer!
|
D | Android.bp | 3 // Build rules for ART run-test `1973-jni-id-swap-pointer`. 16 name: "art-run-test-1973-jni-id-swap-pointer", 21 ":art-run-test-1973-jni-id-swap-pointer-expected-stdout", 22 ":art-run-test-1973-jni-id-swap-pointer-expected-stderr", 28 name: "art-run-test-1973-jni-id-swap-pointer-expected-stdout", 29 out: ["art-run-test-1973-jni-id-swap-pointer-expected-stdout.txt"], 36 name: "art-run-test-1973-jni-id-swap-pointer-expected-stderr", 37 out: ["art-run-test-1973-jni-id-swap-pointer-expected-stderr.txt"],
|
/art/test/1972-jni-id-swap-indices/ |
D | expected-stdout.txt | 3 pointer ID looks like a pointer! 6 pointer ID remains a pointer!
|
/art/openjdkjvmti/ |
D | jvmti_allocator.h | 50 using pointer = void*; variable 83 using pointer = T*; variable 110 pointer address(reference x) const { return &x; } in address() 113 pointer allocate(size_type n, [[maybe_unused]] JvmtiAllocator<void>::pointer hint = nullptr) { 126 void deallocate(pointer p, [[maybe_unused]] size_type n) { in deallocate() 135 void construct(pointer p, const_reference val) { in construct() 142 void destroy(pointer p) { in destroy()
|
/art/dex2oat/utils/ |
D | swap_space.h | 118 using pointer = void*; variable 150 using pointer = T*; variable 176 pointer address(reference x) const { return &x; } in address() 179 pointer allocate(size_type n, [[maybe_unused]] SwapAllocator<void>::pointer hint = nullptr) { 189 void deallocate(pointer p, size_type n) { in deallocate() 197 void construct(pointer p, const_reference val) { in construct() 204 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 | arena_containers.h | 136 using pointer = void*; variable 169 using pointer = T*; variable 198 pointer address(reference x) const { return &x; } in address() 201 pointer allocate(size_type n, 202 [[maybe_unused]] ArenaAllocatorAdapter<void>::pointer hint = nullptr) { 206 void deallocate(pointer p, size_type n) { in deallocate()
|
D | transform_iterator_test.cc | 50 static_assert(std::is_same_v<vector_titer, vector_titer::pointer>); in TEST() 56 static_assert(std::is_same_v<vector_ctiter, vector_ctiter::pointer>); in TEST() 62 static_assert(std::is_same_v<vector_rtiter, vector_rtiter::pointer>); in TEST() 68 static_assert(std::is_same_v<vector_crtiter, vector_crtiter::pointer>); in TEST() 149 static_assert(std::is_same_v<list_titer, list_titer::pointer>); in TEST() 155 static_assert(std::is_same_v<list_ctiter, list_ctiter::pointer>); in TEST() 161 static_assert(std::is_same_v<list_rtiter, list_rtiter::pointer>); in TEST() 167 static_assert(std::is_same_v<list_crtiter, list_crtiter::pointer>); in TEST() 209 static_assert(std::is_same_v<flist_titer, flist_titer::pointer>); in TEST() 215 static_assert(std::is_same_v<flist_ctiter, flist_ctiter::pointer>); in TEST() [all …]
|
D | scoped_arena_containers.h | 111 using pointer = void*; variable 150 using pointer = T*; variable 184 pointer address(reference x) const { return &x; } in address() 187 pointer allocate(size_type n, 188 [[maybe_unused]] ScopedArenaAllocatorAdapter<void>::pointer hint = nullptr) { 194 void deallocate(pointer p, size_type n) { in deallocate()
|
D | iteration_range.h | 33 using pointer = typename std::iterator_traits<Iter>::pointer; variable
|
D | transform_array_ref.h | 37 using pointer = void; member 49 using pointer = typename Iter::pointer; variable 50 using const_pointer = typename ConstIter::pointer;
|
D | utils.h | 139 inline void ForceRead(const T* pointer) { in ForceRead() argument 140 static_cast<void>(*const_cast<volatile T*>(pointer)); in ForceRead()
|
D | stl_util.h | 164 using pointer = void; variable 198 using pointer = void; variable 256 using pointer = typename std::iterator_traits<RealIter>::pointer; member 346 using pointer = void; member
|
D | transform_array_ref_test.cc | 48 static_assert(std::is_same_v<TarefIter, decltype(taref)::pointer>); in TEST() 88 static_assert(std::is_same_v<TarefIter, decltype(taref)::pointer>); in TEST() 122 static_assert(std::is_same_v<int*, decltype(taref)::pointer>); in TEST() 165 static_assert(std::is_same_v<const int*, decltype(ctaref)::pointer>); in TEST()
|
D | memory_region.h | 48 void* pointer() const { return pointer_; } in pointer() function 130 pointer_ = region.pointer(); in Extend()
|
D | bit_utils_iterator.h | 45 using pointer = void; variable
|
/art/test/127-checker-secondarydex/ |
D | expected-stdout.txt | 3 Got null pointer exception
|
/art/test/2012-structural-redefinition-failures-jni-id/ |
D | expected-stdout.txt | 5 Setting C2 as having pointer-ids used and checking classes
|
/art/runtime/ |
D | vdex_file.h | 248 bool Contains(const uint8_t* pointer, size_t size) const { in Contains() argument 249 return Begin() <= pointer && size <= Size() && pointer <= End() - size; in Contains()
|
D | monitor_inflation.md | 22 A `MonitorId` is logically a pointer to a `Monitor` structure. The `Monitor` data structure is 25 pointer, except for some shifting and masking to avoid collisions with a few bits in the lock word 27 don't have enough bits in the lock word to store a 64-bit pointer.
|
/art/test/1959-redefine-object-instrument/ |
D | info.txt | 5 This is generally fine because the method pointer in the instrumentation
|
/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/libdexfile/dex/ |
D | class_iterator.h | 49 using pointer = void; variable
|
/art/build/ |
D | Android.bp | 123 "-Wint-to-void-pointer-cast", 171 // "-fno-omit-frame-pointer", 206 // Bug: 15446488. We don't omit the frame pointer to work around 208 "-fno-omit-frame-pointer",
|
/art/runtime/arch/arm/ |
D | jni_entrypoints_arm.S | 95 sub sp, #12 @ pad stack pointer to align frame 114 add sp, #12 @ restore stack pointer
|