Home
last modified time | relevance | path

Searched defs:isArgUnused (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp198 …Isel::SelectParmListForAggregate(BaseNode &argExpr, X64CallConvImpl &parmLocator, bool isArgUnused) in SelectParmListForAggregate()
258 bool isArgUnused = (callee != nullptr && callee->GetFuncDesc().IsArgUnused(i)); in SelectParmList() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp7191 … std::vector<ParamDesc> &argsDesc, bool isArgUnused) in SelectParmListPreprocessForAggregate()