Home
last modified time | relevance | path

Searched defs:GotoNode (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h1291 explicit GotoNode(Opcode o) : StmtNode(o) {} in GotoNode() function
1293 GotoNode(Opcode o, uint32 ofst) : StmtNode(o), offset(ofst) {} in GotoNode() function