HomeSort by relevance Sort by last modified time
    Searched refs:SetRegisterTypeWide (Results 1 - 3 of 3) sorted by null

  /art/runtime/verifier/
register_line.cc 55 bool RegisterLine::SetRegisterTypeWide(uint32_t vdst, const RegType& new_type1,
247 SetRegisterTypeWide(vdst, type_l, type_h);
276 SetRegisterTypeWide(vdst, type_l, type_h); // also sets the high
294 SetRegisterTypeWide(inst->VRegA_12x(), dst_type1, dst_type2);
302 SetRegisterTypeWide(inst->VRegA_12x(), dst_type1, dst_type2);
340 SetRegisterTypeWide(inst->VRegA_23x(), dst_type1, dst_type2);
349 SetRegisterTypeWide(inst->VRegA_23x(), long_lo_type, long_hi_type);
380 SetRegisterTypeWide(vregA, dst_type1, dst_type2);
391 SetRegisterTypeWide(vregA, long_lo_type, long_hi_type);
register_line.h 90 bool SetRegisterTypeWide(uint32_t vdst, const RegType& new_type1, const RegType& new_type2)
method_verifier.cc     [all...]

Completed in 110 milliseconds