Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dext_constantfold.cpp164 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
Dconstantfold.cpp765 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/
Dets_coroutine.cpp74 void EtsCoroutine::RequestCompletion(Value returnValue) in RequestCompletion()
139 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.cpp296 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
Dbuiltins_bigint.cpp155 JSHandle returnValue = factory->NewFromStdString(result); in ToLocaleString() local
Dbuiltins_number.cpp354 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/libllvmbackend/transforms/passes/
Dcheck_tail_calls.cpp92 if (llvm::Value *returnValue = returnInst->getReturnValue()) { in GetTerminatingTailCall() local
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine.cpp152 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.cpp252 std::optional<size_t> returnValue = 0; in CalculateSchedulingUpperBound() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dlinked_hashtable_stub_builder.cpp627 GateRef newTargetHClass, Variable& returnValue) in StoreHashTableToNewObject()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dloop_unroll_test.cpp40 bool CheckRetOnVixlSimulator([[maybe_unused]] Graph *graph, [[maybe_unused]] T returnValue, in CheckRetOnVixlSimulator()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1161 Expr returnValue = GetExprFromGate(operand); in VisitReturn() local
2846 Expr returnValue = GetExprFromGate(gate); in HandleDeoptCheck() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp1232 LLVMValueRef returnValue = GetLValue(operand); in VisitReturn() local
2719 LLVMValueRef returnValue = GetLValue(gate); in HandleDeoptCheck() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1739 CallFrame &SetReturnValue(std::unique_ptr<RemoteObject> returnValue) in SetReturnValue()
Dpt_types.cpp2048 std::unique_ptr<PtJson> returnValue; in Create() local