Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/tests/
Dserializer_test.cpp31 void SerializerTypeToBuffer(const T &type, /* out */ std::vector<uint8_t> &buffer, size_t ret_val) in SerializerTypeToBuffer()
39 void SerializerBufferToType(const std::vector<uint8_t> &buffer, /* out */ T &type, size_t ret_val) in SerializerBufferToType()
47 void DoTest(T value, int ret_val) in DoTest()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dsignal.h146 void **ret_val = nullptr; in StopThread() local
/arkcompiler/runtime_core/compiler/tests/amd64/
Dencoder64_test.cpp706 auto ret_val = Target::Current().GetParamReg(0); in TestBitTestAndBranch() local
762 auto ret_val = Target::Current().GetParamReg(0, TypeInfo(T(0))); in TestAddOverflow() local
828 auto ret_val = Target::Current().GetParamReg(0, TypeInfo(T(0))); in TestSubOverflow() local
897 auto ret_val = Target::Current().GetParamReg(0); in TestJumpCC() local
1017 auto ret_val = test->GetParameter(TypeInfo(T(0))); in TestLdr() local
2349 …auto ret_val = std::is_floating_point_v<T> ? Target::Current().GetReturnReg() : Target::Current().… in TestCompare() local
3133 auto ret_val = Target::Current().GetParamReg(0); in TestJumpTest() local
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp709 auto ret_val = Target::Current().GetReturnReg(); in TestBitTestAndBranch() local
763 auto ret_val = Target::Current().GetReturnReg(TypeInfo(T(0))); in TestAddOverflow() local
829 auto ret_val = Target::Current().GetReturnReg(TypeInfo(T(0))); in TestSubOverflow() local
898 auto ret_val = Target::Current().GetReturnReg(); in TestJumpCC() local
1016 auto ret_val = test->GetParameter(TypeInfo(T(0))); in TestLdr() local
3254 auto ret_val = Target::Current().GetParamReg(0); in TestJumpTest() local
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dencoder32_test.cpp712 auto ret_val = Target::Current().GetReturnReg(); in TestBitTestAndBranch() local
769 auto ret_val = Target::Current().GetReturnReg(); in TestJumpCC() local
907 auto ret_val = test->GetParameter(TypeInfo(T(0))); in TestLdr() local
3165 auto ret_val = Target::Current().GetParamReg(0); in TestJumpTest() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dcodegen.cpp1219 Reg ret_val = GetTarget().GetReturnReg(dst_reg.GetType()); in CallRuntime() local
1906 Reg ret_val = GetTarget().GetReturnReg(dst.GetType()); in CreateStubCall() local
2439 auto ret_val = enc->GetCodegen()->GetTarget().GetReturnFpReg(); local