Home
last modified time | relevance | path

Searched defs:array_get (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/util/
H A DCXX11Workarounds.h50 template<std::size_t I_, class T> constexpr inline T& array_get(std::vector<T>& a) { re… in array_get() function
51 template<std::size_t I_, class T> constexpr inline T&& array_get(std::vector<T>&& a) { re… in array_get() function
52 template<std::size_t I_, class T> constexpr inline T const& array_get(std::vector<T> const& a) { re… in array_get() function
H A DEmulateArray.h201 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T& array_get(array<T,N>& a) { in array_get() function
205 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const T& array_get(const array<T,N>& a) { in array_get() function
/aosp_15_r20/external/strace/
H A Dmpers.awk30 function array_get(array_idx, array_member, \ function
/aosp_15_r20/art/compiler/optimizing/
H A Dsuperblock_cloner_test.cc61 HInstruction* array_get = in CreateBasicLoopDataFlow() local
H A Doptimizing_unit_test.h596 HArrayGet* array_get = new (GetAllocator()) HArrayGet(array, index, type, dex_pc); variable
H A Dgraph_visualizer.cc483 void VisitArrayGet(HArrayGet* array_get) override { in VisitArrayGet()
H A Dcode_generator.cc238 uint32_t CodeGenerator::GetArrayDataOffset(HArrayGet* array_get) { in GetArrayDataOffset()
H A Dbounds_check_elimination.cc1359 void VisitArrayGet(HArrayGet* array_get) override { in VisitArrayGet()
H A Dinstruction_simplifier.cc2900 HArrayGet* array_get = new (allocator) HArrayGet(str, in SimplifyStringCharAt() local