Home
last modified time | relevance | path

Searched defs:retVal (Results 1 – 18 of 18) 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/ets_frontend/ets2panda/ir/statements/
DblockStatement.cpp48 …auto retVal = util::NodeAllocator::ForceSetParent<ir::BlockStatement>(allocator, allocator, std::m… in Clone() local
/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_1.cpp286 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
Dencoder64_test_2.cpp881 auto retVal = Target::Current().GetParamReg(0); in TestJumpTest() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
Dencoder64_test_1.cpp285 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
Dencoder64_test_2.cpp1053 auto retVal = Target::Current().GetParamReg(0); in TestJumpTest() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen-inl.h349 Reg retVal = GetTarget().GetReturnReg(dst.GetType()); in CreateStubCall() local
365 Reg retVal = GetTarget().GetReturnReg(dst.GetType()); in CreateStubCall() local
Dencode_visitor.cpp165 auto retVal = enc->GetCodegen()->GetTarget().GetReturnFpReg(); local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_emitter.cpp1013 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/
DIntlDisplayNames.cpp396 ani_string retVal = nullptr; in StdCoreIntlDisplayNamesOf() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
Dencoder32_test_1.cpp303 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
Dencoder32_test_2.cpp876 auto retVal = Target::Current().GetParamReg(0); in TestJumpTest() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DopAssignment.cpp267 ir::Expression *retVal = nullptr; in ConstructOpAssignmentResult() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api_impl.cpp700 napi_value retVal; in JSRuntimeInvoke() local
741 napi_value retVal; in JSRuntimeInstantiate() local
/arkcompiler/ets_runtime/ecmascript/
Decma_macros.h759 #define STACK_LIMIT_CHECK(thread, retVal) \ argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h2209 void SetReturnPair(CallReturnPair retVal, size_t idx) in SetReturnPair()