Home
last modified time | relevance | path

Searched refs:with_signature (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dutils.h128 std::string PrettyMethod(ArtMethod* m, bool with_signature = true)
130 std::string PrettyMethod(uint32_t method_idx, const DexFile& dex_file, bool with_signature = true);
Dutils.cc347 std::string PrettyMethod(ArtMethod* m, bool with_signature) { in PrettyMethod() argument
360 if (with_signature) { in PrettyMethod()
372 std::string PrettyMethod(uint32_t method_idx, const DexFile& dex_file, bool with_signature) { in PrettyMethod() argument
380 if (with_signature) { in PrettyMethod()