Home
last modified time | relevance | path

Searched defs:GetFullName (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/runtime/dprofiler/
Ddprofiler.cpp53 static PandaString GetFullName(const Method *method) in GetFullName() function
/arkcompiler/runtime_core/runtime/
Dmethod.cpp247 PandaString Method::GetFullName(bool with_signature) const in GetFullName() function in panda::Method
/arkcompiler/runtime_core/runtime/tests/
Dmethod_test.cpp573 TEST_F(MethodTest, GetFullName) in TEST_F() argument