Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.cc104 const char* DexFileVerifier::CheckLoadStringByIdx(dex::StringIndex idx, const char* error_string) { in CheckLoadStringByIdx()
112 const char* error_string) { in CheckLoadStringByTypeIdx()
119 const dex::FieldId* DexFileVerifier::CheckLoadFieldId(uint32_t idx, const char* error_string) { in CheckLoadFieldId()
156 #define LOAD_METHOD(var, idx, error_string, error_stmt) \ argument