Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/debugger/
H A DdebuginfoDumper.cpp95 pandasm::Ins insCopy; in WriteIns() local
96 insCopy.opcode = ins.opcode; in WriteIns()
97 insCopy.setLabel = ins.setLabel; in WriteIns()
98 insCopy.label = ins.label; in WriteIns()
99 WriteProperty("opcode", insCopy.ToString()); in WriteIns()
/arkcompiler/ets_frontend/es2panda/compiler/debugger/
H A DdebuginfoDumper.cpp98 pandasm::Ins insCopy; in WriteIns() local
99 insCopy.opcode = ins.opcode; in WriteIns()
100 insCopy.set_label = ins.set_label; in WriteIns()
101 insCopy.label = ins.label; in WriteIns()
102 WriteProperty("opcode", insCopy.ToString()); in WriteIns()

Completed in 1 milliseconds