Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp395 …foToBuffer(const char *prefix, uintptr_t fullBytecode, size_t &strIdx, char *outStr, size_t strLen) in CopyBytecodeInfoToBuffer() argument
399 outStr[strIdx++] = prefix[i]; in CopyBytecodeInfoToBuffer()
405 outStr[strIdx++] = bytecodeName[i]; in CopyBytecodeInfoToBuffer()
425 outStr[strIdx++] = '/'; in CopyBytecodeInfoToBuffer()
428 outStr[strIdx++] = bytecodeNameSecond[i]; in CopyBytecodeInfoToBuffer()
431 outStr[strIdx] = '\0'; in CopyBytecodeInfoToBuffer()
434 …ashInfo(int pid, uintptr_t *bytecodePc, uintptr_t *fp, bool outJSInfo, char *outStr, size_t strLen) in GetArkJSHeapCrashInfo() argument
457 CopyBytecodeInfoToBuffer("RegisterBytecode:", registerBytecode, strIndex, outStr, strLen); in GetArkJSHeapCrashInfo()
470 CopyBytecodeInfoToBuffer(" FrameBytecode:", frameBytecode, strIndex, outStr, strLen); in GetArkJSHeapCrashInfo()
486 outStr[strIndex++] = ' '; in GetArkJSHeapCrashInfo()
[all …]