Searched refs:CheckTypeIndex (Results 1 - 2 of 2) sorted by relevance

/art/runtime/verifier/
H A Dmethod_verifier.h422 bool CheckTypeIndex(dex::TypeIndex idx);
H A Dmethod_verifier.cc1180 result = result && CheckTypeIndex(dex::TypeIndex(inst->VRegB()));
1197 result = result && CheckTypeIndex(dex::TypeIndex(inst->VRegC()));
1331 inline bool MethodVerifier::CheckTypeIndex(dex::TypeIndex idx) { function in class:art::MethodVerifier

Completed in 26 milliseconds