Home
last modified time | relevance | path

Searched defs:PrettyMethod (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dart_method.cc767 std::string ArtMethod::PrettyMethod(ArtMethod* m, bool with_signature) { in PrettyMethod() function in art::ArtMethod
774 std::string ArtMethod::PrettyMethod(bool with_signature) { in PrettyMethod() function in art::ArtMethod
Ddex_file.cc1279 std::string DexFile::PrettyMethod(uint32_t method_idx, bool with_signature) const { in PrettyMethod() function in art::DexFile