Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_verifier.cc69 const char* DexFileVerifier::CheckLoadStringByIdx(uint32_t idx, const char* error_string) { in CheckLoadStringByIdx()
76 const char* DexFileVerifier::CheckLoadStringByTypeIdx(uint32_t type_idx, const char* error_string) { in CheckLoadStringByTypeIdx()
85 const DexFile::FieldId* DexFileVerifier::CheckLoadFieldId(uint32_t idx, const char* error_string) { in CheckLoadFieldId()
114 #define LOAD_METHOD(var, idx, error_string, error_stmt) \ argument