Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/disassembler/tests/
Ddisassembler_annotations_test.cpp58 …std::optional<std::vector<std::string>> annotations = disasm.GetAnnotationByMethodName(METHOD_NAME…
76 …std::optional<std::vector<std::string>> annotations = disasm.GetAnnotationByMethodName(METHOD_NAME…
/arkcompiler/runtime_core/disassembler/
Ddisassembler.h70 …std::optional<std::vector<std::string>> GetAnnotationByMethodName(const std::string &method_name) …
Ddisassembler.cpp595 std::optional<std::vector<std::string>> Disassembler::GetAnnotationByMethodName(const std::string &… in GetAnnotationByMethodName() function in panda::disasm::Disassembler