Home
last modified time | relevance | path

Searched defs:retVal (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/function/
DasyncGeneratorFunctionBuilder.cpp44 VReg retVal = pg_->AllocReg(); in CleanUp() local
59 VReg retVal = pg_->AllocReg(); in DirectReturn() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dserializer_test.cpp33 void SerializerTypeToBuffer(const T &type, std::vector<uint8_t> &buffer, size_t retVal) in SerializerTypeToBuffer()
41 void SerializerBufferToType(const std::vector<uint8_t> &buffer, T &type, size_t retVal) in SerializerBufferToType()
49 void DoTest(T value, int retVal) in DoTest()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dsignal.h145 void **retVal = nullptr; in StopThread() local
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
Dencoder64_test.cpp704 auto retVal = Target::Current().GetParamReg(0); in TestBitTestAndBranch() local
760 auto retVal = Target::Current().GetParamReg(0, TypeInfo(T(0))); in TestAddOverflow() local
826 auto retVal = Target::Current().GetParamReg(0, TypeInfo(T(0))); in TestSubOverflow() local
925 auto retVal = Target::Current().GetParamReg(0); in TestJumpCC() local
1020 auto retVal = test->GetParameter(TypeInfo(T(0))); in TestLdr() local
2347 …auto retVal = std::is_floating_point_v<T> ? Target::Current().GetReturnReg() : Target::Current().G… in TestCompare() local
3131 auto retVal = Target::Current().GetParamReg(0); in TestJumpTest() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_emitter.cpp1362 Operand *retVal = &insn.GetOperand(kInsnFirstOpnd); in EmitGetAndAddInt() local
1427 Operand *retVal = &insn.GetOperand(kInsnFirstOpnd); in EmitGetAndSetInt() local
1734 Operand *retVal = &insn.GetOperand(kInsnFirstOpnd); in EmitStringIndexOf() local
1837 Operand *retVal = &insn.GetOperand(kInsnFirstOpnd); in EmitCompareAndSwapInt() local
Daarch64_cgfunc.cpp8730 auto &retVal = static_cast<RegOperand &>(GetTargetRetOperand(pty, -1)); in IntrinsifyGetAndAddInt() local
8762 auto &retVal = static_cast<RegOperand &>(GetTargetRetOperand(pty, -1)); in IntrinsifyGetAndSetInt() local
8794 auto &retVal = static_cast<RegOperand &>(GetTargetRetOperand(PTY_i64, -1)); in IntrinsifyCompareAndSwapInt() local
8883 auto &retVal = static_cast<RegOperand &>(GetTargetRetOperand(PTY_i32, -1)); in GenerateIntrnInsnForStrIndexOf() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.h671 Reg retVal = GetTarget().GetReturnReg(dst.GetType()); in CreateStubCall() local
Dcodegen.cpp2514 auto retVal = enc->GetCodegen()->GetTarget().GetReturnFpReg(); local
/arkcompiler/ets_runtime/ecmascript/
Decma_macros.h626 #define STACK_LIMIT_CHECK(thread, retVal) \ argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h3872 void SetReturnPair(CallReturnPair retVal, size_t idx) in SetReturnPair()