Searched defs:T (Results 1 – 13 of 13) 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 | 114 operator T() const { in T() function 213 /*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 | hash_set.h | 753 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/compiler/utils/ |
D | intrusive_forward_list.h | 401 void swap(IntrusiveForwardList<T, HookTraits>& lhs, IntrusiveForwardList<T, HookTraits>& rhs) { in swap()
|
/art/runtime/mirror/ |
D | object_test.cc | 208 using T = typename ArrayT::ElementType; in TestPrimitiveArray() typedef 258 using T = typename ArrayT::ElementType; in TEST_F() typedef 289 using T = typename ArrayT::ElementType; in TEST_F() typedef
|
/art/runtime/ |
D | runtime_callbacks.cc | 36 #define COPY(T) \ argument
|
/art/test/912-classes/ |
D | classes.cc | 386 void (*func)(jvmtiEnv*, JNIEnv*, T*), in RunEventThread() argument
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 1113 #define COLLECT_REFERENCE_ARRAY(T, Type) \ in PackCollectorArrayForBootstrapMethod() argument
|