Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/dprofiler/
Ddprofiler.cpp53 static PandaString GetFullName(const Method *method) in GetFullName() function
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dfunction_call_timer.cpp52 CString FunctionCallTimer::GetFullName(const JSThread *thread, Method *method) in GetFullName() function in panda::ecmascript::FunctionCallTimer
/arkcompiler/runtime_core/static_core/libpandafile/
Dmethod_data_accessor-inl.h387 inline std::string MethodDataAccessor::GetFullName() const in GetFullName() function
/arkcompiler/ets_runtime/ecmascript/ohos/
Dohos_pkg_args.h348 std::string GetFullName() const in GetFullName() function
/arkcompiler/runtime_core/static_core/runtime/
Dmethod.cpp284 PandaString Method::GetFullName(bool withSignature) const in GetFullName() function in ark::Method
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmethod_test.cpp557 TEST_F(MethodTest, GetFullName) in TEST_F() argument