| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | ext_constantfold.cpp | 164 BaseNode *returnValue = ExtFold(node->Opnd()); in ExtSimplifyIf() local 174 BaseNode *returnValue = ExtFold(node->GetRHS()); in ExtSimplifyDassign() local 184 BaseNode *returnValue = ExtFold(node->GetRHS()); in ExtSimplifyIassign() local 197 BaseNode *returnValue = ExtFold(node->Opnd(0)); in ExtSimplifyWhile() local
|
| D | constantfold.cpp | 765 MIRConst *returnValue = nullptr; in FoldConstComparisonMIRConst() local 783 ConstvalNode *returnValue = nullptr; in FoldConstComparison() local 835 ConstvalNode *returnValue = nullptr; in FoldConstBinary() local 945 ConstvalNode *returnValue = nullptr; in FoldConstUnary() local 2306 BaseNode *returnValue = nullptr; in SimplifyDassign() local 2380 BaseNode *returnValue = nullptr; in SimplifyIassign() local 2416 BaseNode *returnValue = nullptr; in SimplifyCondGoto() local 2475 BaseNode *returnValue = nullptr; in SimplifySwitch() local 2505 BaseNode *returnValue = nullptr; in SimplifyUnary() local 2519 BaseNode *returnValue = nullptr; in SimplifyBinary() local [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_coroutine.cpp | 74 void EtsCoroutine::RequestCompletion(Value returnValue) in RequestCompletion() 139 EtsObject *EtsCoroutine::GetReturnValueAsObject(panda_file::Type returnType, Value returnValue) in GetReturnValueAsObject()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | generator_helper.cpp | 49 JSHandle<JSTaggedValue> returnValue(thread, res); in Return() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_date.cpp | 296 JSHandle returnValue = factory->NewFromStdString(result); in ToLocaleString() local 377 JSHandle returnValue = factory->NewFromStdString(result); in ToLocaleDateString() local 458 JSHandle returnValue = factory->NewFromStdString(result); in ToLocaleTimeString() local
|
| D | builtins_bigint.cpp | 155 JSHandle returnValue = factory->NewFromStdString(result); in ToLocaleString() local
|
| D | builtins_number.cpp | 354 JSHandle returnValue = factory->NewFromStdString(result); in ToLocaleString() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc_adaptive_stack.cpp | 60 PandaDeque<ObjectHeader *> *returnValue = stackSrc_; in MoveStacksPointers() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | check_tail_calls.cpp | 92 if (llvm::Value *returnValue = returnInst->getReturnValue()) { in GetTerminatingTailCall() local
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | coroutine.cpp | 152 void Coroutine::RequestCompletion([[maybe_unused]] Value returnValue) in RequestCompletion()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
| D | test_runner.h | 123 …hodExit(PtThread thread, Method *method, bool wasPoppedByException, VRegValue returnValue) override in MethodExit()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| D | debugger.h | 368 [[maybe_unused]] PtValue *returnValue) const override in CallFunctionOn()
|
| D | pt_hooks_wrapper.h | 213 …hodExit(PtThread thread, Method *method, bool wasPoppedByException, VRegValue returnValue) override in MethodExit()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | scheduler.cpp | 252 std::optional<size_t> returnValue = 0; in CalculateSchedulingUpperBound() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | linked_hashtable_stub_builder.cpp | 627 GateRef newTargetHClass, Variable& returnValue) in StoreHashTableToNewObject()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | loop_unroll_test.cpp | 40 bool CheckRetOnVixlSimulator([[maybe_unused]] Graph *graph, [[maybe_unused]] T returnValue, in CheckRetOnVixlSimulator()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 1161 Expr returnValue = GetExprFromGate(operand); in VisitReturn() local 2846 Expr returnValue = GetExprFromGate(gate); in HandleDeoptCheck() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.cpp | 1232 LLVMValueRef returnValue = GetLValue(operand); in VisitReturn() local 2719 LLVMValueRef returnValue = GetLValue(gate); in HandleDeoptCheck() local
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.h | 1739 CallFrame &SetReturnValue(std::unique_ptr<RemoteObject> returnValue) in SetReturnValue()
|
| D | pt_types.cpp | 2048 std::unique_ptr<PtJson> returnValue; in Create() local
|