Searched refs:sIdx (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
H A D | mir_builder.cpp | 298 DassignNode *MIRBuilder::CreateStmtDassign(StIdx sIdx, FieldID fieldID, BaseNode *src) in CreateStmtDassign() argument 300 return NewNode<DassignNode>(src, sIdx, fieldID); in CreateStmtDassign()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
H A D | mir_builder.h | 194 DassignNode *CreateStmtDassign(StIdx sIdx, FieldID fieldID, BaseNode *src);
|
H A D | mir_nodes.h | 914 AddrofNode(Opcode o, PrimType typ, StIdx sIdx, FieldID fid) : BaseNode(o, typ, 0), stIdx(sIdx), fieldID(fid) {} in AddrofNode() argument
|
Completed in 5 milliseconds