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

/art/runtime/
H A Ddex_file_verifier.h53 bool CheckSizeLimit(uint32_t size, uint32_t limit, const char* label);
H A Ddex_file_verifier.cc254 bool DexFileVerifier::CheckSizeLimit(uint32_t size, uint32_t limit, const char* label) { function in class:art::DexFileVerifier
309 CheckSizeLimit(header_->type_ids_size_, DexFile::kDexNoIndex16, "type-ids") &&
314 CheckSizeLimit(header_->proto_ids_size_, DexFile::kDexNoIndex16, "proto-ids") &&

Completed in 131 milliseconds