Home
last modified time | relevance | path

Searched defs:addrNode (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_func_export.cpp182 AddroffuncNode *addrNode = static_cast<AddroffuncNode *>(e); in OutputExpression() local
Dbin_func_import.cpp208 AddroffuncNode *addrNode = mod.CurFuncCodeMemPool()->New<AddroffuncNode>(typ, puIdx); in ImportExpression() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dssa_mir_nodes.h584 explicit AddrofSSANode(AddrofNode &addrNode) in AddrofSSANode()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp2970 BaseNode *addrNode = beCommon.GetAddressOfNode(*nOpnds[i]); in LowerIntrinsicopDassign() local
3025 BaseNode *addrNode = beCommon.GetAddressOfNode(*nOpnds[i]); in LowerJavascriptIntrinsicop() local
3647 BaseNode *addrNode = beCommon.GetAddressOfNode(*nOpnds[i]); in LowerDefaultIntrinsicCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp1468 BaseNode *addrNode = iassignNode.Opnd(0); in HandleIassign() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp8365 auto &addrNode = static_cast<AddrofNode &>(expr); in MarkParmListCall() local