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

/art/runtime/verifier/
H A Dregister_line.cc142 bool RegisterLine::VerifyRegisterTypeWide(uint32_t vsrc, RegType& check_type1, function in class:art::verifier::RegisterLine
294 if (VerifyRegisterTypeWide(inst->VRegB_12x(), src_type1, src_type2)) {
310 if (VerifyRegisterTypeWide(inst->VRegB_12x(), src_type1, src_type2)) {
339 if (VerifyRegisterTypeWide(inst->VRegB_23x(), src_type1_1, src_type1_2) &&
340 VerifyRegisterTypeWide(inst->VRegC_23x(), src_type2_1, src_type2_2)) {
348 if (VerifyRegisterTypeWide(inst->VRegB_23x(), long_lo_type, long_hi_type) &&
379 if (VerifyRegisterTypeWide(vregA, src_type1_1, src_type1_2) &&
380 VerifyRegisterTypeWide(vregB, src_type2_1, src_type2_2)) {
390 if (VerifyRegisterTypeWide(vregA, long_lo_type, long_hi_type) &&

Completed in 5 milliseconds