Searched defs:StringByTypeIdx (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_file.h523 const char* StringByTypeIdx(uint32_t idx, uint32_t* unicode_length) const { function in class:art::DexFile
528 const char* StringByTypeIdx(uint32_t idx) const { function in class:art::DexFile
651 return StringByTypeIdx(class_def.class_idx_);
690 return StringByTypeIdx(proto_id.return_type_idx_);
1047 return dex_file_.StringByTypeIdx(GetTypeIdx());

Completed in 46 milliseconds