Searched defs:T (Results 1 – 15 of 15) sorted by relevance
/art/libdexfile/dex/ |
D | compact_dex_utils.h | 28 static inline void AlignmentPadVector(std::vector<T, Allocator<T>>* dest, in AlignmentPadVector()
|
/art/libartbase/base/ |
D | atomic.h | 37 class PACKED(sizeof(T)) Atomic : public std::atomic<T> { in PACKED()
|
D | bit_struct.h | 117 operator T() const { in T() function 195 /*implicit*/ operator T() const { in T() function
|
D | dchecked_vector.h | 196 void swap(dchecked_vector<T, Alloc>& lhs, dchecked_vector<T, Alloc>& rhs) { in swap()
|
D | intrusive_forward_list.h | 401 void swap(IntrusiveForwardList<T, HookTraits>& lhs, IntrusiveForwardList<T, HookTraits>& rhs) { in swap()
|
D | hash_set.h | 817 void swap(HashSet<T, EmptyFn, HashFn, Pred, Alloc>& lhs, in swap()
|
D | bit_utils.h | 42 constexpr size_t BitSizeOf(T /*x*/) { in BitSizeOf() argument
|
/art/tools/dexanalyze/ |
D | dexanalyze_bytecode.cc | 37 static inline SafeMap<T, U> SortByOrder(const SafeMap<T, U>& usage, Order order) { in SortByOrder() 59 SafeMap<size_t, T> MakeUsageMap(const ArrayType<T, Args...>& array) { in MakeUsageMap() 71 const Map<T, U, Args...>& usage, in PrintMostUsed()
|
D | dexanalyze_strings.cc | 249 T PopRealTop(Queue<T, Args...>& queue) { in PopRealTop()
|
/art/runtime/mirror/ |
D | object_test.cc | 209 using T = typename ArrayT::ElementType; in TestPrimitiveArray() typedef 301 using T = typename ArrayT::ElementType; in TEST_F() typedef 332 using T = typename ArrayT::ElementType; in TEST_F() typedef
|
/art/runtime/ |
D | runtime_callbacks.cc | 36 #define COPY(T) \ argument
|
/art/libnativebridge/ |
D | native_bridge.cc | 42 void UNUSED(const T&) {} in UNUSED()
|
/art/perfetto_hprof/ |
D | perfetto_hprof.cc | 96 uint64_t FindOrAppend(std::map<T, uint64_t>* m, const T& s) { in FindOrAppend()
|
/art/test/912-classes/ |
D | classes.cc | 386 void (*func)(jvmtiEnv*, JNIEnv*, T*), in RunEventThread() argument
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 788 #define COLLECT_REFERENCE_ARRAY(T, Type) \ in PackCollectorArrayForBootstrapMethod() argument
|