| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | ext_constantfold.cpp | 306 BaseNode *returnValue = ExtFold(node->Opnd()); in ExtSimplifyIf() local 316 BaseNode *returnValue; in ExtSimplifyDassign() local 327 BaseNode *returnValue; in ExtSimplifyIassign() local 341 BaseNode *returnValue = ExtFold(node->Opnd(0)); in ExtSimplifyWhile() local
|
| D | constantfold.cpp | 755 MIRConst *returnValue = nullptr; in FoldConstComparisonMIRConst() local 773 ConstvalNode *returnValue = nullptr; in FoldConstComparison() local 825 ConstvalNode *returnValue = nullptr; in FoldConstBinary() local 937 ConstvalNode *returnValue = nullptr; in FoldConstUnary() local 2213 BaseNode *returnValue = nullptr; in SimplifyDassign() local 2287 BaseNode *returnValue = nullptr; in SimplifyIassign() local 2323 BaseNode *returnValue = nullptr; in SimplifyCondGoto() local 2382 BaseNode *returnValue = nullptr; in SimplifySwitch() local 2412 BaseNode *returnValue = nullptr; in SimplifyUnary() local 2426 BaseNode *returnValue = nullptr; in SimplifyBinary() local [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_coroutine.cpp | 69 void EtsCoroutine::RequestCompletion(Value returnValue) in RequestCompletion() 119 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 | 301 JSHandle returnValue = factory->NewFromStdString(result); in ToLocaleString() local 382 JSHandle returnValue = factory->NewFromStdString(result); in ToLocaleDateString() local 463 JSHandle returnValue = factory->NewFromStdString(result); in ToLocaleTimeString() local
|
| D | builtins_bigint.cpp | 145 JSHandle returnValue = factory->NewFromStdString(result); in ToLocaleString() local
|
| D | builtins_number.cpp | 379 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/runtime/coroutines/ |
| D | coroutine.cpp | 147 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 | 241 std::optional<size_t> returnValue = 0; in CalculateSchedulingUpperBound() local
|
| D | litecg_ir_builder.cpp | 767 Expr returnValue = GetExprFromGate(operand); in VisitReturn() local 2001 Expr returnValue = GetExprFromGate(gate); in HandleDeoptCheck() local
|
| D | llvm_ir_builder.cpp | 1109 LLVMValueRef returnValue = GetLValue(operand); in VisitReturn() local 2411 LLVMValueRef returnValue = GetLValue(gate); in HandleDeoptCheck() local
|
| /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/toolchain/tooling/base/ |
| D | pt_types.h | 1701 CallFrame &SetReturnValue(std::unique_ptr<RemoteObject> returnValue) in SetReturnValue()
|
| D | pt_types.cpp | 2001 std::unique_ptr<PtJson> returnValue; in Create() local
|