Searched refs:AppendPrettyMethod (Results 1 – 3 of 3) sorted by relevance
280 self->adex->dex_file_->AppendPrettyMethod(self->index, with_params, &temp); in ADexFile_Method_getQualifiedName()
766 void AppendPrettyMethod(uint32_t method_idx, bool with_signature, std::string* result) const;774 AppendPrettyMethod(method_idx, with_signature, &result);
539 void DexFile::AppendPrettyMethod(uint32_t method_idx, in AppendPrettyMethod() function in art::DexFile