Home
last modified time | relevance | path

Searched defs:U (Results 1 – 4 of 4) sorted by relevance

/art/libartbase/base/
Dmemory_region.h83 using U = std::make_unsigned_t<T>; in LoadUnaligned() local
98 using U = std::make_unsigned_t<T>; in StoreUnaligned() local
Dallocator.h115 …TrackingAllocatorImpl([[maybe_unused]] const TrackingAllocatorImpl<U, kTag>& alloc) noexcept {} /… in TrackingAllocatorImpl()
/art/runtime/base/
Dgc_visited_arena_pool.h303 …GcRootArenaAllocator([[maybe_unused]] const GcRootArenaAllocator<U, kTag>& alloc) noexcept {} // … in GcRootArenaAllocator()
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc70 void PrintMostUsed(std::ostream& os, in PrintMostUsed() argument