Searched refs:u2 (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | nodes_vector_test.cc | 290 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/ |
D | dexdump.cc | 73 using u2 = uint16_t; typedef 101 static inline u2 get2LE(unsigned char const* pSrc) { in get2LE() 450 fprintf(gOutFile, "%" PRIu16, static_cast<u2>(readVarWidth(data, arg, false))); in dumpEncodedValue() 764 u2 secondary_index = 0; in indexString() 943 const u2 instr = get2LE((const u1*) &accessor.Insns()[insnIdx]); in dumpInstruction() 1002 pDecInsn->VRegA(), (s4) pDecInsn->VRegB(), (u2)pDecInsn->VRegB()); in dumpInstruction() 1009 pDecInsn->VRegA(), value, (u2) pDecInsn->VRegB()); in dumpInstruction() 1013 pDecInsn->VRegA(), value, (u2) pDecInsn->VRegB()); in dumpInstruction() 1041 (s4) pDecInsn->VRegC(), (u2) pDecInsn->VRegC()); in dumpInstruction()
|