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/
H A Dmir_nodes.h1289 class GotoNode : public StmtNode { class
1291 explicit GotoNode(Opcode o) : StmtNode(o) {} in GotoNode() function in GotoNode
1293 GotoNode(Opcode o, uint32 ofst) : StmtNode(o), offset(ofst) {} in GotoNode() function in GotoNode

Completed in 4 milliseconds