| /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/ets_frontend/ets2panda/ir/statements/ |
| D | blockStatement.cpp | 48 …auto retVal = util::NodeAllocator::ForceSetParent<ir::BlockStatement>(allocator, allocator, std::m… in Clone() local
|
| /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_1.cpp | 286 auto retVal = Target::Current().GetParamReg(0); in TestBitTestAndBranch() local 342 auto retVal = Target::Current().GetParamReg(0, TypeInfo(T(0))); in TestAddOverflow() local 408 auto retVal = Target::Current().GetParamReg(0, TypeInfo(T(0))); in TestSubOverflow() local 507 auto retVal = Target::Current().GetParamReg(0); in TestJumpCC() local 602 auto retVal = test->GetParameter(TypeInfo(T(0))); in TestLdr() local 1929 …auto retVal = std::is_floating_point_v<T> ? Target::Current().GetReturnReg() : Target::Current().G… in TestCompare() local
|
| D | encoder64_test_2.cpp | 881 auto retVal = Target::Current().GetParamReg(0); in TestJumpTest() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
| D | encoder64_test_1.cpp | 285 auto retVal = Target::Current().GetReturnReg(); in TestBitTestAndBranch() local 339 auto retVal = Target::Current().GetReturnReg(TypeInfo(T(0))); in TestAddOverflow() local 405 auto retVal = Target::Current().GetReturnReg(TypeInfo(T(0))); in TestSubOverflow() local 475 auto retVal = Target::Current().GetReturnReg(); in TestJumpCC() local 588 auto retVal = test->GetParameter(TypeInfo(T(0))); in TestLdr() local
|
| D | encoder64_test_2.cpp | 1053 auto retVal = Target::Current().GetParamReg(0); in TestJumpTest() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen-inl.h | 349 Reg retVal = GetTarget().GetReturnReg(dst.GetType()); in CreateStubCall() local 365 Reg retVal = GetTarget().GetReturnReg(dst.GetType()); in CreateStubCall() local
|
| D | encode_visitor.cpp | 165 auto retVal = enc->GetCodegen()->GetTarget().GetReturnFpReg(); local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_emitter.cpp | 1013 Operand *retVal = &insn.GetOperand(kInsnFirstOpnd); in EmitGetAndAddInt() local 1080 Operand *retVal = &insn.GetOperand(kInsnFirstOpnd); in EmitGetAndSetInt() local 1389 Operand *retVal = &insn.GetOperand(kInsnFirstOpnd); in EmitStringIndexOf() local 1494 Operand *retVal = &insn.GetOperand(kInsnFirstOpnd); in EmitCompareAndSwapInt() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/ |
| D | IntlDisplayNames.cpp | 396 ani_string retVal = nullptr; in StdCoreIntlDisplayNamesOf() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
| D | encoder32_test_1.cpp | 303 auto retVal = Target::Current().GetReturnReg(); in TestBitTestAndBranch() local 359 auto retVal = Target::Current().GetReturnReg(); in TestJumpCC() local 495 auto retVal = test->GetParameter(TypeInfo(T(0))); in TestLdr() local
|
| D | encoder32_test_2.cpp | 876 auto retVal = Target::Current().GetParamReg(0); in TestJumpTest() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | opAssignment.cpp | 267 ir::Expression *retVal = nullptr; in ConstructOpAssignmentResult() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | intrinsics_api_impl.cpp | 700 napi_value retVal; in JSRuntimeInvoke() local 741 napi_value retVal; in JSRuntimeInstantiate() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_macros.h | 759 #define STACK_LIMIT_CHECK(thread, retVal) \ argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_nodes.h | 2209 void SetReturnPair(CallReturnPair retVal, size_t idx) in SetReturnPair()
|