Home
last modified time | relevance | path

Searched refs:insLen (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Demitter.cpp216 size_t insLen = GetIRNodeWholeLength(ins); in GenInstructionDebugInfo() local
217 if (insLen != 0) { in GenInstructionDebugInfo()
219 pandaIns->insDebug.boundRight = offset_ + insLen; in GenInstructionDebugInfo()
222 offset_ += insLen; in GenInstructionDebugInfo()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp221 size_t insLen = GetIRNodeWholeLength(ins); in GenInstructionDebugInfo() local
222 if (insLen != 0) { in GenInstructionDebugInfo()
224 pandaIns->ins_debug.bound_right = offset_ + insLen; in GenInstructionDebugInfo()
227 offset_ += insLen; in GenInstructionDebugInfo()

Completed in 4 milliseconds