Home
last modified time | relevance | path

Searched refs:retSize (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_call_conv.cpp35 size_t retSize = retType.GetSize(); in LocateRetVal() local
36 if (retSize == 0) { in LocateRetVal()
H A Daarch64_peep.cpp968 uint32 retSize = prevInsn->GetRetSize(); in Run() local
969 if (retSize > 0 && in Run()
970 ((thisMop == MOP_xuxtb32 && retSize <= k1ByteSize) || (thisMop == MOP_xuxth32 && retSize <= k2ByteSize) || in Run()
971 (thisMop == MOP_xuxtw64 && retSize <= k4ByteSize))) { in Run()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dinsn.h174 retSize = size;
180 return retSize;
768 uint32 retSize = 0; /* Byte size of the return value if insn is a call. */
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_global.cpp893 uint32_t retSize = r.size(); in Escape() local
894 return factory->NewFromUtf16Literal(returnData, retSize).GetTaggedValue(); in Escape()
972 uint32_t retSize = r.size(); in Unescape() local
973 return factory->NewFromUtf16Literal(returnData, retSize).GetTaggedValue(); in Unescape()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_MPIsel.cpp223 auto retSize = retType->GetSize() * kBitsPerByte; in SelectCalleeReturn() local
224 if (retSize <= k128BitSize) { in SelectCalleeReturn()
225 if (retSize > k0BitSize) { in SelectCalleeReturn()
228 if (retSize > k64BitSize) { in SelectCalleeReturn()

Completed in 10 milliseconds