Searched refs:CheckStringIndex (Results 1 – 2 of 2) sorted by relevance
473 bool CheckStringIndex(uint32_t idx);
1134 result = result && CheckStringIndex(inst->VRegB()); in VerifyInstruction()1160 result = result && CheckStringIndex(inst->VRegC()); in VerifyInstruction()1264 inline bool MethodVerifier::CheckStringIndex(uint32_t idx) { in CheckStringIndex() function in art::verifier::MethodVerifier