Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dart_method.cc850 std::string ArtMethod::PrettyMethod(ArtMethod* m, bool with_signature) { in PrettyMethod() function in art::ArtMethod
857 std::string ArtMethod::PrettyMethod(bool with_signature) { in PrettyMethod() function in art::ArtMethod
/aosp_15_r20/art/compiler/optimizing/
H A Dnodes.cc785 std::string HGraph::PrettyMethod(bool with_signature) const { in PrettyMethod() function in art::HGraph