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

/art/runtime/
H A Ddex_file_verifier.h139 const char* CheckLoadStringByTypeIdx(uint32_t type_idx, const char* error_fmt);
H A Ddex_file_verifier.cc80 const char* DexFileVerifier::CheckLoadStringByTypeIdx(uint32_t type_idx, const char* error_string) { function in class:art::DexFileVerifier
112 const char* var = CheckLoadStringByTypeIdx(type_idx, error); \

Completed in 61 milliseconds