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.h117 TrackingAllocatorImpl(const TrackingAllocatorImpl<U, kTag>& alloc) noexcept { in TrackingAllocatorImpl()
/art/disassembler/
Ddisassembler_arm.cc421 void DumpThumb2Literal(std::ostream& args, const uint8_t* instr_ptr, uint32_t U, uint32_t imm32, in DumpThumb2Literal()
547 int U = (instr >> 23) & 1; in DumpThumb32() local
647 int U = (instr >> 23) & 1; in DumpThumb32() local
812 uint32_t U = (instr >> 23) & 1; in DumpThumb32() local
1352 uint32_t U = (instr >> 23) & 1; // U for imm12 in DumpThumb32() local
/art/compiler/utils/arm/
Dassembler_arm.h272 U = 1 << 23, // positive (or negative) offset/index enumerator