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

/art/runtime/
H A Ddex_file.h520 const char* StringByTypeIdx(uint32_t idx, uint32_t* unicode_length) const { function in class:art::DexFile
525 const char* StringByTypeIdx(uint32_t idx) const { function in class:art::DexFile
648 return StringByTypeIdx(class_def.class_idx_);
686 return StringByTypeIdx(proto_id.return_type_idx_);
1020 return dex_file_.StringByTypeIdx(GetTypeIdx());

Completed in 8 milliseconds