Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp911 void CopyBytecodeInfoToBuffer(const char *prefix, uintptr_t fullBytecode, size_t &strIdx, char *out… in CopyBytecodeInfoToBuffer() argument
918 size_t bytecode = fullBytecode & 0xff; // 0xff: last byte in CopyBytecodeInfoToBuffer()
938 size_t bytecodeSecond = (fullBytecode >> 8) & 0xff; // 8, 0xff: second last byte in CopyBytecodeInfoToBuffer()