Searched defs:SetRegisterTypeWide (Results 1 - 1 of 1) sorted by relevance

/art/runtime/verifier/
H A Dregister_line.cc56 bool RegisterLine::SetRegisterTypeWide(uint32_t vdst, RegType& new_type1, function in class:art::verifier::RegisterLine
248 SetRegisterTypeWide(vdst, type_l, type_h);
277 SetRegisterTypeWide(vdst, type_l, type_h); // also sets the high
295 SetRegisterTypeWide(inst->VRegA_12x(), dst_type1, dst_type2);
303 SetRegisterTypeWide(inst->VRegA_12x(), dst_type1, dst_type2);
341 SetRegisterTypeWide(inst->VRegA_23x(), dst_type1, dst_type2);
350 SetRegisterTypeWide(inst->VRegA_23x(), long_lo_type, long_hi_type);
381 SetRegisterTypeWide(vregA, dst_type1, dst_type2);
392 SetRegisterTypeWide(vregA, long_lo_type, long_hi_type);

Completed in 39 milliseconds