HomeSort by relevance Sort by last modified time
    Searched refs:CheckSizeLimit (Results 1 - 2 of 2) sorted by null

  /art/runtime/
dex_file_verifier.h 53 bool CheckSizeLimit(uint32_t size, uint32_t limit, const char* label);
dex_file_verifier.cc 254 bool DexFileVerifier::CheckSizeLimit(uint32_t size, uint32_t limit, const char* label) {
309 CheckSizeLimit(header_->type_ids_size_, DexFile::kDexNoIndex16, "type-ids") &&
314 CheckSizeLimit(header_->proto_ids_size_, DexFile::kDexNoIndex16, "proto-ids") &&
    [all...]

Completed in 570 milliseconds