Home
last modified time | relevance | path

Searched refs:u2 (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dnodes_vector_test.cc290 HVecOperation* u2 = new (GetAllocator()) in TEST_F() local
319 GetAllocator(), u2, u2, DataType::Type::kUint8, 16, /*is_rounded*/ true, kNoDexPc); in TEST_F()
321 GetAllocator(), u2, u2, DataType::Type::kUint8, 16, /*is_rounded*/ false, kNoDexPc); in TEST_F()
331 EXPECT_FALSE(u2->CanBeMoved()); in TEST_F()
/art/dexdump/
Ddexdump.cc76 using u2 = uint16_t; typedef
104 static inline u2 get2LE(unsigned char const* pSrc) { in get2LE()
489 fprintf(gOutFile, "%" PRIu16, static_cast<u2>(readVarWidth(data, arg, false))); in dumpEncodedValue()
803 u2 secondary_index = 0; in indexString()
982 const u2 instr = get2LE((const u1*) &accessor.Insns()[insnIdx]); in dumpInstruction()
1041 pDecInsn->VRegA(), (s4) pDecInsn->VRegB(), (u2)pDecInsn->VRegB()); in dumpInstruction()
1048 pDecInsn->VRegA(), value, (u2) pDecInsn->VRegB()); in dumpInstruction()
1052 pDecInsn->VRegA(), value, (u2) pDecInsn->VRegB()); in dumpInstruction()
1080 (s4) pDecInsn->VRegC(), (u2) pDecInsn->VRegC()); in dumpInstruction()