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

/art/runtime/verifier/
H A Dregister_line.cc109 bool RegisterLine::VerifyRegisterType(uint32_t vsrc, function in class:art::verifier::RegisterLine
286 if (VerifyRegisterType(inst->VRegB_12x(), src_type)) {
302 if (VerifyRegisterType(inst->VRegB_12x(), src_type)) {
321 if (VerifyRegisterType(vregB, src_type1) &&
322 VerifyRegisterType(vregC, src_type2)) {
349 VerifyRegisterType(inst->VRegC_23x(), int_type)) {
359 if (VerifyRegisterType(vregA, src_type1) &&
360 VerifyRegisterType(vregB, src_type2)) {
391 VerifyRegisterType(vregB, int_type)) {
401 if (VerifyRegisterType(vreg
[all...]

Completed in 330 milliseconds