Searched refs:CallAssertNonnullStmtNode (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | ir_safe_cast_traits.def | 186 REGISTER_SAFE_CAST(CallAssertNonnullStmtNode, from.GetOpCode() == OP_callassertnonnull);
|
| D | opcodes.def | 45 …OPCODE(callassertnonnull, CallAssertNonnullStmtNode, (OPCODEISSTMT | OPCODENOTMMPL | OPCODEASSERTN…
|
| D | mir_builder.h | 257 …CallAssertNonnullStmtNode *CreateStmtCallAssertNonnull(Opcode op, BaseNode *rVal, GStrIdx callFunc…
|
| D | mir_nodes.h | 3670 class CallAssertNonnullStmtNode : public UnaryStmtNode, public SafetyCallCheckStmtNode { 3672 …CallAssertNonnullStmtNode(Opcode o, GStrIdx callFuncNameIdx, size_t paramIndex, GStrIdx stmtFuncNa… in CallAssertNonnullStmtNode() function 3676 virtual ~CallAssertNonnullStmtNode() {} in ~CallAssertNonnullStmtNode() 3680 CallAssertNonnullStmtNode *CloneTree(MapleAllocator &allocator) const override in CloneTree() 3682 auto *node = allocator.GetMemPool()->New<CallAssertNonnullStmtNode>(*this); in CloneTree()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_builder.cpp | 1164 CallAssertNonnullStmtNode *MIRBuilder::CreateStmtCallAssertNonnull(Opcode op, BaseNode *rVal, GStrI… in CreateStmtCallAssertNonnull() 1168 …GetCurrentFuncCodeMp()->New<CallAssertNonnullStmtNode>(op, callFuncNameIdx, paramIndex, stmtFuncNa… in CreateStmtCallAssertNonnull()
|
| D | mir_nodes.cpp | 1177 void CallAssertNonnullStmtNode::Dump(int32 indent) const in Dump()
|
| D | mir_parser.cpp | 1541 …stmt = mod.CurFuncCodeMemPool()->New<CallAssertNonnullStmtNode>(OP_callassertnonnull, stridx, inde… in ParseUnaryStmtCallAssertNonNull()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | me_ir.h | 3122 explicit CallAssertNonnullMeStmt(const CallAssertNonnullStmtNode *stt) in CallAssertNonnullMeStmt()
|