Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp422 size_t bytecodeSecond = (fullBytecode >> 8) & 0xff; // 8, 0xff: second last byte in CopyBytecodeInfoToBuffer() local
423 …t char *bytecodeNameSecond = MessageString::GetMessageString(startSecond + bytecodeSecond).c_str(); in CopyBytecodeInfoToBuffer()