Home
last modified time | relevance | path

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

/art/runtime/
Dmemory_region.h76 typedef typename std::make_unsigned<T>::type U; in LoadUnaligned() typedef
91 typedef typename std::make_unsigned<T>::type U; in StoreUnaligned() typedef
/art/runtime/base/
Dallocator.h120 TrackingAllocatorImpl(const TrackingAllocatorImpl<U, kTag>& alloc ATTRIBUTE_UNUSED) noexcept {} in TrackingAllocatorImpl()
/art/disassembler/
Ddisassembler_arm.cc425 uint32_t U, in DumpThumb2Literal()
564 int U = (instr >> 23) & 1; in DumpThumb32() local
664 int U = (instr >> 23) & 1; in DumpThumb32() local
829 uint32_t U = (instr >> 23) & 1; in DumpThumb32() local
1380 uint32_t U = (instr >> 23) & 1; // U for imm12 in DumpThumb32() local
/art/compiler/utils/arm/
Dassembler_arm.h358 U = 1 << 23, // positive (or negative) offset/index enumerator