Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dprofile.h70 const std::unordered_map<std::string, FuncItem> &GetFunctionProf() const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dprofile.cpp518 const std::unordered_map<std::string, Profile::FuncItem> &Profile::GetFunctionProf() const in GetFunctionProf() function in maple::Profile