Searched refs:GetMethodSignature (Results 1 – 2 of 2) sorted by relevance
111 std::string GetMethodSignature(const panda_file::File::EntityId &method_id) const;
858 ss << GetMethodSignature(id); in ScalarValueToString()911 ss << GetMethodSignature(id); in ArrayValueToString()943 std::string Disassembler::GetMethodSignature(const panda_file::File::EntityId &method_id) const in GetMethodSignature() function in panda::disasm::Disassembler1557 name << GetMethodSignature(offset); in IDToString()1649 const auto arg_method_signature = GetMethodSignature(arg_method_id); in GetInstructions()