Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/platform/common/
Dmap.cpp21 const char *GetPageTagString(PageTagType type) in GetPageTagString() function
/arkcompiler/ets_runtime/ecmascript/platform/
Dmap.h86 const char *GetPageTagString(PageTagType type);
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dmap.cpp79 const char *tag = GetPageTagString(type); in PageTag()