Home
last modified time | relevance | path

Searched refs:pointer (Results 1 – 25 of 44) sorted by relevance

12

/art/test/1973-jni-id-swap-pointer/
Dexpected-stdout.txt3 pointer ID looks like a pointer!
5 pointer2 ID looks like a pointer!
6 pointer ID remains a pointer!
DAndroid.bp3 // 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/
Dexpected-stdout.txt3 pointer ID looks like a pointer!
6 pointer ID remains a pointer!
/art/openjdkjvmti/
Djvmti_allocator.h50 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/
Dswap_space.h118 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/
Dmemory_region.cc25 CHECK(from.pointer() != nullptr); in CopyFrom()
29 memmove(reinterpret_cast<void*>(begin() + offset), from.pointer(), from.size()); in CopyFrom()
Darena_containers.h136 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()
Dtransform_iterator_test.cc50 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 …]
Dscoped_arena_containers.h111 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()
Diteration_range.h33 using pointer = typename std::iterator_traits<Iter>::pointer; variable
Dtransform_array_ref.h37 using pointer = void; member
49 using pointer = typename Iter::pointer; variable
50 using const_pointer = typename ConstIter::pointer;
Dutils.h139 inline void ForceRead(const T* pointer) { in ForceRead() argument
140 static_cast<void>(*const_cast<volatile T*>(pointer)); in ForceRead()
Dstl_util.h164 using pointer = void; variable
198 using pointer = void; variable
256 using pointer = typename std::iterator_traits<RealIter>::pointer; member
346 using pointer = void; member
Dtransform_array_ref_test.cc48 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()
Dmemory_region.h48 void* pointer() const { return pointer_; } in pointer() function
130 pointer_ = region.pointer(); in Extend()
Dbit_utils_iterator.h45 using pointer = void; variable
/art/test/127-checker-secondarydex/
Dexpected-stdout.txt3 Got null pointer exception
/art/test/2012-structural-redefinition-failures-jni-id/
Dexpected-stdout.txt5 Setting C2 as having pointer-ids used and checking classes
/art/runtime/
Dvdex_file.h248 bool Contains(const uint8_t* pointer, size_t size) const { in Contains() argument
249 return Begin() <= pointer && size <= Size() && pointer <= End() - size; in Contains()
Dmonitor_inflation.md22 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/
Dinfo.txt5 This is generally fine because the method pointer in the instrumentation
/art/test/998-redefine-use-after-free/
Dinfo.txt6 required that a later redefinition happen to get the same native pointer for its
/art/libdexfile/dex/
Dclass_iterator.h49 using pointer = void; variable
/art/build/
DAndroid.bp123 "-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/
Djni_entrypoints_arm.S95 sub sp, #12 @ pad stack pointer to align frame
114 add sp, #12 @ restore stack pointer

12