Home
last modified time | relevance | path

Searched refs:CheckWideRegisterIndex (Results 1 – 1 of 1) sorted by relevance

/art/runtime/verifier/
Dmethod_verifier.cc319 bool CheckWideRegisterIndex(uint32_t idx) { in CheckWideRegisterIndex() function in art::verifier::impl::__anon79162a830111::MethodVerifier
1207 result = result && CheckWideRegisterIndex(inst->VRegA()); in VerifyInstruction()
1230 result = result && CheckWideRegisterIndex(inst->VRegB()); in VerifyInstruction()
1256 result = result && CheckWideRegisterIndex(inst->VRegC()); in VerifyInstruction()