Home
last modified time | relevance | path

Searched defs:retSize (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.cpp804 uint32_t retSize = r.size(); in Escape() local
883 uint32_t retSize = r.size(); in Unescape() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_call_conv.cpp233 uint32 retSize = beCommon.GetTypeSize(retType.GetTypeIndex().GetIdx()); in LocateRetVal() local
Daarch64_peep.cpp1500 uint32 retSize = prevInsn->GetRetSize(); in ElimExtensionAfterMov() local
3093 uint32 retSize = prevInsn->GetRetSize(); in Run() local
Daarch64_cgfunc.cpp8276 size_t retSize = GetBecommon().GetTypeSize(retIdx.GetIdx()); in SelectParmListGetStructReturnSize() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dinsn.h702 uint32 retSize = 0; /* Byte size of the return value if insn is a call. */ variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp596 auto retSize = retType->GetSize() * kBitsPerByte; in SelectCalleeReturn() local