Home
last modified time | relevance | path

Searched defs:pointer (Results 1 – 18 of 18) sorted by relevance

/art/openjdkjvmti/
Djvmti_allocator.h50 using pointer = void*; variable
83 using pointer = T*; variable
Dti_redefine.cc203 using pointer = void; // Unsupported. typedef in openjdkjvmti::ObsoleteMap::ObsoleteMapIter
/art/libartbase/base/
Dscoped_arena_containers.h111 using pointer = void*; variable
150 using pointer = T*; variable
Darena_containers.h136 using pointer = void*; variable
169 using pointer = T*; variable
Diteration_range.h33 using pointer = typename std::iterator_traits<Iter>::pointer; variable
Dtransform_iterator.h53 using pointer = std::conditional_t<std::is_reference_v<ResultType>, variable
Dutils.h172 inline void ForceRead(const T* pointer) { in ForceRead()
Dmemory_region.h48 void* pointer() const { return pointer_; } in pointer() function
Dallocator.h111 using pointer = typename std::allocator<T>::pointer; variable
Darray_ref.h46 using pointer = T*; variable
Darray_slice.h37 using pointer = T*; variable
Dtransform_array_ref.h50 using pointer = typename Iter::pointer; variable
Dhash_set.h43 using pointer = Elem*; variable
185 using pointer = T*; variable
Dintrusive_forward_list.h140 using pointer = T*; variable
/art/dex2oat/utils/
Dswap_space.h118 using pointer = void*; variable
150 using pointer = T*; variable
/art/runtime/
Dvdex_file.h249 bool Contains(const uint8_t* pointer, size_t size) const { in Contains()
/art/runtime/jit/
Djit.cc1150 uint8_t* pointer = reinterpret_cast<uint8_t*>(&method); in MapBootImageMethods() local
/art/dexlayout/
Ddex_ir.h118 using pointer = typename std::iterator<std::random_access_iterator_tag, value_type>::pointer; variable