Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.h398 bool CheckRegisterIndex(uint32_t idx);
Dmethod_verifier.cc816 result = result && CheckRegisterIndex(inst->VRegA()); in VerifyInstruction()
824 result = result && CheckRegisterIndex(inst->VRegB()); in VerifyInstruction()
847 result = result && CheckRegisterIndex(inst->VRegC()); in VerifyInstruction()
912 inline bool MethodVerifier::CheckRegisterIndex(uint32_t idx) { in CheckRegisterIndex() function in art::verifier::MethodVerifier