Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.cc780 std::string ArtMethod::PrettyMethod(ArtMethod* m, bool with_signature) { in PrettyMethod() function in art::ArtMethod
787 std::string ArtMethod::PrettyMethod(bool with_signature) { in PrettyMethod() function in art::ArtMethod
/art/compiler/optimizing/
Dnodes.cc871 std::string HGraph::PrettyMethod(bool with_signature) const { in PrettyMethod() function in art::HGraph