Searched refs:funcCalled (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/ |
H A D | lower.h | 198 StmtNode *GenCallNode(const StmtNode &stmt, PUIdx &funcCalled, CallNode &origCall); 199 StmtNode *GenIntrinsiccallNode(const StmtNode &stmt, PUIdx &funcCalled, bool &handledAtLowerLevel, 201 StmtNode *GenIcallNode(PUIdx &funcCalled, IcallNode &origCall); 203 const PUIdx &funcCalled, bool handledAtLowerLevel, bool uselvar);
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
H A D | lower.cpp | 173 StmtNode *CGLowerer::GenCallNode(const StmtNode &stmt, PUIdx &funcCalled, CallNode &origCall) in GenCallNode() argument 182 funcCalled = origCall.GetPUIdx(); in GenCallNode() 189 StmtNode *CGLowerer::GenIntrinsiccallNode(const StmtNode &stmt, PUIdx &funcCalled, bool &handledAtLowerLevel, in GenIntrinsiccallNode() argument 216 funcCalled = bFunc; in GenIntrinsiccallNode() 221 StmtNode *CGLowerer::GenIcallNode(PUIdx &funcCalled, IcallNode &origCall) in GenIcallNode() argument 234 funcCalled = kFuncNotFound; in GenIcallNode() 239 const PUIdx &funcCalled, bool handledAtLowerLevel, bool uselvar) in GenBlockNode() 294 if (funcCalled == kFuncNotFound) { in GenBlockNode() 298 cmnt->Append(GlobalTables::GetFunctionTable().GetFunctionFromPuidx(funcCalled)->GetName()); in GenBlockNode() 343 PUIdx funcCalled in LowerCallAssignedStmt() local 238 GenBlockNode(StmtNode &newCall, const CallReturnVector &p2nRets, const Opcode &opcode, const PUIdx &funcCalled, bool handledAtLowerLevel, bool uselvar) GenBlockNode() argument [all...] |
Completed in 2 milliseconds