Home
last modified time | relevance | path

Searched refs:sIdx (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_builder.cpp298 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 Dmir_builder.h194 DassignNode *CreateStmtDassign(StIdx sIdx, FieldID fieldID, BaseNode *src);
H A Dmir_nodes.h914 AddrofNode(Opcode o, PrimType typ, StIdx sIdx, FieldID fid) : BaseNode(o, typ, 0), stIdx(sIdx), fieldID(fid) {} in AddrofNode() argument

Completed in 5 milliseconds