Home
last modified time | relevance | path

Searched refs:AppendPrettyMethod (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/libdexfile/external/
H A Ddex_file_ext.cc280 self->adex->dex_file_->AppendPrettyMethod(self->index, with_params, &temp); in ADexFile_Method_getQualifiedName()
/aosp12/art/libdexfile/dex/
H A Ddex_file.h766 void AppendPrettyMethod(uint32_t method_idx, bool with_signature, std::string* result) const;
774 AppendPrettyMethod(method_idx, with_signature, &result);
H A Ddex_file.cc539 void DexFile::AppendPrettyMethod(uint32_t method_idx, in AppendPrettyMethod() function in art::DexFile