Home
last modified time | relevance | path

Searched defs:symSize (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_args.h31 uint32 symSize; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_args.h28 uint32 symSize; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_reaching.cpp41 uint64 symSize = cgFunc->GetBecommon().GetTypeSize(type->GetTypeIndex()); in InitStartGen() local
Daarch64_cgfunc.cpp7786 int32 symSize = GetBecommon().GetTypeSize(structType.GetTypeIndex().GetIdx()); in SelectParmListDreadSmallAggregate() local
7817 int32 symSize = GetBecommon().GetTypeSize(structType.GetTypeIndex().GetIdx()); in SelectParmListIreadSmallAggregate() local
7896 uint64 symSize = GetBecommon().GetTypeSize(structType.GetTypeIndex().GetIdx()); in SelectParmListDreadLargeAggregate() local
7914 uint64 symSize = GetBecommon().GetTypeSize(structType.GetTypeIndex().GetIdx()); in SelectParmListIreadLargeAggregate() local
7929 void AArch64CGFunc::CreateCallStructParamPassByStack(int32 symSize, const MIRSymbol *sym, RegOperan… in CreateCallStructParamPassByStack()
8213 uint64 symSize; in SelectParmListForAggregate() local
8307 uint64 symSize; in SelectParmListPreprocessLargeStruct() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp148 void X64MPIsel::CreateCallStructParamPassByStack(MemOperand &memOpnd, int32 symSize, int32 baseOffs… in CreateCallStructParamPassByStack()