Searched refs:DexFileVerifier (Results 1 – 4 of 4) sorted by relevance
/art/libdexfile/dex/ |
D | dex_file_verifier.cc | 102 const char* DexFileVerifier::CheckLoadStringByIdx(dex::StringIndex idx, const char* error_string) { in CheckLoadStringByIdx() 169 const char* DexFileVerifier::CheckLoadStringByTypeIdx(dex::TypeIndex type_idx, in CheckLoadStringByTypeIdx() 177 const DexFile::FieldId* DexFileVerifier::CheckLoadFieldId(uint32_t idx, const char* error_string) { in CheckLoadFieldId() 184 const DexFile::MethodId* DexFileVerifier::CheckLoadMethodId(uint32_t idx, const char* err_string) { in CheckLoadMethodId() 191 const DexFile::ProtoId* DexFileVerifier::CheckLoadProtoId(uint32_t idx, const char* err_string) { in CheckLoadProtoId() 226 bool DexFileVerifier::Verify(const DexFile* dex_file, in Verify() 232 std::unique_ptr<DexFileVerifier> verifier( in Verify() 233 new DexFileVerifier(dex_file, begin, size, location, verify_checksum)); in Verify() 241 bool DexFileVerifier::CheckShortyDescriptorMatch(char shorty_char, const char* descriptor, in CheckShortyDescriptorMatch() 277 bool DexFileVerifier::CheckListSize(const void* start, size_t count, size_t elem_size, in CheckListSize() [all …]
|
D | dex_file_verifier.h | 29 class DexFileVerifier { 43 DexFileVerifier(const DexFile* dex_file, in DexFileVerifier() function
|
D | dex_file_loader.cc | 367 if (verify && !DexFileVerifier::Verify(dex_file.get(), in OpenCommon()
|
/art/openjdkjvmti/ |
D | fixed_up_dex_file.cc | 93 if (!art::DexFileVerifier::Verify(&dex, in DCheckVerifyDexFile()
|