Searched defs:retVal (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/compiler/function/ |
| D | asyncGeneratorFunctionBuilder.cpp | 44 VReg retVal = pg_->AllocReg(); in CleanUp() local 59 VReg retVal = pg_->AllocReg(); in DirectReturn() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | serializer_test.cpp | 33 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/ |
| D | signal.h | 145 void **retVal = nullptr; in StopThread() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
| D | encoder64_test.cpp | 704 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/ |
| D | aarch64_emitter.cpp | 1362 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
|
| D | aarch64_cgfunc.cpp | 8730 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/ |
| D | codegen.h | 671 Reg retVal = GetTarget().GetReturnReg(dst.GetType()); in CreateStubCall() local
|
| D | codegen.cpp | 2514 auto retVal = enc->GetCodegen()->GetTarget().GetReturnFpReg(); local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_macros.h | 626 #define STACK_LIMIT_CHECK(thread, retVal) \ argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_nodes.h | 3872 void SetReturnPair(CallReturnPair retVal, size_t idx) in SetReturnPair()
|