Home
last modified time | relevance | path

Searched refs:IsParamStructCopyToMemory (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_memlayout.cpp121 if (IsParamStructCopyToMemory(*mirType)) { in SetSizeAlignForTypeIdx()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_type.cpp2857 bool IsParamStructCopyToMemory(const MIRType &ty) in IsParamStructCopyToMemory() function
2877 bool IsParamStructCopyToMemory(const MIRType &ty) in IsParamStructCopyToMemory() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h1740 if (symbol.GetStorageClass() == kScFormal && IsParamStructCopyToMemory(*mirType)) { in IsParamStructCopy()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h2651 bool IsParamStructCopyToMemory(const MIRType &ty);