Home
last modified time | relevance | path

Searched refs:p2nRets (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H A Dlower.cpp238 BlockNode *CGLowerer::GenBlockNode(StmtNode &newCall, const CallReturnVector &p2nRets, const Opcode &opcode, in GenBlockNode() argument
244 CHECK_FATAL(p2nRets.size() <= 1, "make sure p2nRets size <= 1"); in GenBlockNode()
248 if (p2nRets.size() == 1) { in GenBlockNode()
250 StIdx stIdx = p2nRets[0].first; in GenBlockNode()
265 RegFieldPair regFieldPair = p2nRets[0].second; in GenBlockNode()
342 CallReturnVector *p2nRets = nullptr; in LowerCallAssignedStmt() local
349 p2nRets = &origCall.GetReturnVec(); in LowerCallAssignedStmt()
350 static_cast<CallNode *>(newCall)->SetReturnVec(*p2nRets); in LowerCallAssignedStmt()
363 p2nRets in LowerCallAssignedStmt()
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
H A Dlower.h202 BlockNode *GenBlockNode(StmtNode &newCall, const CallReturnVector &p2nRets, const Opcode &opcode,

Completed in 3 milliseconds