Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_codegen.cpp494 static uint32_t GetInstrValue(size_t instrSize, uint8_t *instrAddr) in GetCalleeReg2Offset() argument
497 if (instrSize <= sizeof(uint32_t)) { in GetCalleeReg2Offset()
498 if (memcpy_s(&value, sizeof(uint32_t), instrAddr, instrSize) != EOK) { in GetCalleeReg2Offset()