Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_call_conv.cpp34 size_t retSize = retType.GetSize(); in LocateRetVal() local
Daarch64_peep.cpp1078 uint32 retSize = prevInsn->GetRetSize(); in Run() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.cpp902 uint32_t retSize = r.size(); in Escape() local
993 uint32_t retSize = r.size(); in Unescape() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dinsn.h768 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.cpp221 auto retSize = retType->GetSize() * kBitsPerByte; in SelectCalleeReturn() local