Home
last modified time | relevance | path

Searched refs:GetSerializedMethodAnnotation (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/disassembler/
Ddisassembler.h72 std::optional<std::string> GetSerializedMethodAnnotation(const std::string &method_name,
Ddisassembler.cpp667 std::optional<std::string> Disassembler::GetSerializedMethodAnnotation(const std::string &method_na… in GetSerializedMethodAnnotation() function in panda::disasm::Disassembler
/arkcompiler/runtime_core/disassembler/tests/
Ddisassembler_user_annotations_test.cpp124 auto anno = disasm->GetSerializedMethodAnnotation(method_name, anno_name); in ValidateMethodAnnotation()