Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
Dphase_impl.cpp81 …for (StmtNode *stmtNode = block.GetFirst(), *next = nullptr; stmtNode != nullptr; stmtNode = next)… in ProcessBlock() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_parser.cpp189 bool MIRParser::ParseNaryExpr(NaryStmtNode &stmtNode) in ParseNaryExpr()
Dmir_nodes.cpp217 void BlockNode::ReplaceStmtWithBlock(StmtNode &stmtNode, BlockNode &blk) in ReplaceStmtWithBlock()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h3626 …explicit SafetyCheckStmtNode(const SafetyCheckStmtNode &stmtNode) : funcNameIdx(stmtNode.GetFuncNa… in SafetyCheckStmtNode()
3653 explicit SafetyCallCheckStmtNode(const SafetyCallCheckStmtNode &stmtNode) in SafetyCallCheckStmtNode()
3735 AssertBoundaryStmtNode(MapleAllocator &allocator, const AssertBoundaryStmtNode &stmtNode) in AssertBoundaryStmtNode()
3769 … CallAssertBoundaryStmtNode(MapleAllocator &allocator, const CallAssertBoundaryStmtNode &stmtNode) in CallAssertBoundaryStmtNode()