Home
last modified time | relevance | path

Searched defs:returnValue (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dext_constantfold.cpp306 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
Dconstantfold.cpp755 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/
Dets_coroutine.cpp69 void EtsCoroutine::RequestCompletion(Value returnValue) in RequestCompletion()
119 EtsObject *EtsCoroutine::GetReturnValueAsObject(panda_file::Type returnType, Value returnValue) in GetReturnValueAsObject()
/arkcompiler/ets_runtime/ecmascript/
Dgenerator_helper.cpp49 JSHandle<JSTaggedValue> returnValue(thread, res); in Return() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_date.cpp301 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
Dbuiltins_bigint.cpp145 JSHandle returnValue = factory->NewFromStdString(result); in ToLocaleString() local
Dbuiltins_number.cpp379 JSHandle returnValue = factory->NewFromStdString(result); in ToLocaleString() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_adaptive_stack.cpp60 PandaDeque<ObjectHeader *> *returnValue = stackSrc_; in MoveStacksPointers() local
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine.cpp147 void Coroutine::RequestCompletion([[maybe_unused]] Value returnValue) in RequestCompletion()
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_runner.h123 …hodExit(PtThread thread, Method *method, bool wasPoppedByException, VRegValue returnValue) override in MethodExit()
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.h368 [[maybe_unused]] PtValue *returnValue) const override in CallFunctionOn()
Dpt_hooks_wrapper.h213 …hodExit(PtThread thread, Method *method, bool wasPoppedByException, VRegValue returnValue) override in MethodExit()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dscheduler.cpp241 std::optional<size_t> returnValue = 0; in CalculateSchedulingUpperBound() local
Dlitecg_ir_builder.cpp767 Expr returnValue = GetExprFromGate(operand); in VisitReturn() local
2001 Expr returnValue = GetExprFromGate(gate); in HandleDeoptCheck() local
Dllvm_ir_builder.cpp1109 LLVMValueRef returnValue = GetLValue(operand); in VisitReturn() local
2411 LLVMValueRef returnValue = GetLValue(gate); in HandleDeoptCheck() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dloop_unroll_test.cpp40 bool CheckRetOnVixlSimulator([[maybe_unused]] Graph *graph, [[maybe_unused]] T returnValue, in CheckRetOnVixlSimulator()
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1701 CallFrame &SetReturnValue(std::unique_ptr<RemoteObject> returnValue) in SetReturnValue()
Dpt_types.cpp2001 std::unique_ptr<PtJson> returnValue; in Create() local