Searched refs:CheckFieldIndex (Results 1 – 2 of 2) sorted by relevance
462 bool CheckFieldIndex(uint32_t idx);
1125 result = result && CheckFieldIndex(inst->VRegB()); in VerifyInstruction()1148 result = result && CheckFieldIndex(inst->VRegC()); in VerifyInstruction()1231 inline bool MethodVerifier::CheckFieldIndex(uint32_t idx) { in CheckFieldIndex() function in art::verifier::MethodVerifier