Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/disassembler/
Ddisassembler.h111 std::string GetMethodSignature(const panda_file::File::EntityId &method_id) const;
Ddisassembler.cpp858 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::Disassembler
1557 name << GetMethodSignature(offset); in IDToString()
1649 const auto arg_method_signature = GetMethodSignature(arg_method_id); in GetInstructions()