Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_manager.cpp261 …const uint32_t methodNameOffsetToFirstIndex = 5; // offset of the starting position of methodname … in ParseStackInfo() local
270 CString methodName = stackInfo.substr(firstIndex + methodNameOffsetToFirstIndex, in ParseStackInfo()
271 nextIndex - firstIndex - methodNameOffsetToFirstIndex - 1); in ParseStackInfo()