Home
last modified time | relevance | path

Searched defs:CheckIndex (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dbytecode_utils.h73 void CheckIndex(size_t index) const { in CheckIndex() function
/art/runtime/
Ddex_file_verifier.cc225 bool DexFileVerifier::CheckIndex(uint32_t field, uint32_t limit, const char* label) { in CheckIndex() function in art::DexFileVerifier