Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.cpp149 const uint8_t methodNameStrLength = methodNameStr.size(); in GetNativeStack() local
150 CheckAndCopy(functionName + methodNameStrLength, size - methodNameStrLength, "("); in GetNativeStack()
152 CheckAndCopy(functionName + methodNameStrLength + napiBeginLength, in GetNativeStack()
153 size - methodNameStrLength - napiBeginLength, stream.str().c_str()); in GetNativeStack()
155 CheckAndCopy(functionName + methodNameStrLength + napiBeginLength + srcLength, in GetNativeStack()
156 size - methodNameStrLength - napiBeginLength - srcLength, ")"); in GetNativeStack()