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

  /art/runtime/
dex_file_verifier.h 104 const char* CheckLoadStringByTypeIdx(uint32_t type_idx, const char* error_fmt);
dex_file_verifier.cc 76 const char* DexFileVerifier::CheckLoadStringByTypeIdx(uint32_t type_idx, const char* error_string) {
108 const char* var = CheckLoadStringByTypeIdx(type_idx, error); \
    [all...]

Completed in 182 milliseconds