Searched defs:PrettyMethod (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ | ||
D | art_method.cc | 772 std::string ArtMethod::PrettyMethod(ArtMethod* m, bool with_signature) { in PrettyMethod() function in art::ArtMethod |
D | dex_file.cc | 1300 std::string DexFile::PrettyMethod(uint32_t method_idx, bool with_signature) const { in PrettyMethod() function in art::DexFile |
/art/compiler/optimizing/ | ||
D | nodes.cc | 536 std::string HGraph::PrettyMethod(bool with_signature) const { in PrettyMethod() function in art::HGraph |