Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_coroutine.cpp93 void EtsCoroutine::RequestCompletion(Value returnValue) in RequestCompletion()
112 void EtsCoroutine::RequestJobCompletion(mem::Reference *jobRef, Value returnValue) in RequestJobCompletion()
155 void EtsCoroutine::RequestPromiseCompletion(mem::Reference *promiseRef, Value returnValue) in RequestPromiseCompletion()
216 EtsObject *EtsCoroutine::GetReturnValueAsObject(panda_file::Type returnType, Value returnValue) in GetReturnValueAsObject()
/arkcompiler/runtime_core/libabckit/src/
Dmacros.h49 #define LIBABCKIT_INTERNAL_ERROR(argument, returnValue) \ argument
81 #define LIBABCKIT_WRONG_MODE(graph, expectedMode, returnValue) \ argument
/arkcompiler/ets_runtime/ecmascript/
Dgenerator_helper.cpp52 JSHandle<JSTaggedValue> returnValue(thread, res); in Return() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_adaptive_stack_inl.h69 auto *returnValue = stackSrc_; in MoveStacksPointers() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_reflect_stub_builder.cpp92 Label returnValue(env); in Set() local
Dlinked_hashtable_stub_builder.cpp626 GateRef newTargetHClass, Variable& returnValue) in StoreHashTableToNewObject()
/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.cpp355 JSHandle returnValue = factory->NewFromStdString(result); in ToLocaleString() 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.cpp195 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/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp621 MIRConst *returnValue = nullptr; in FoldConstComparisonMIRConst() local
639 ConstvalNode *returnValue = nullptr; in FoldConstComparison() local
691 ConstvalNode *returnValue = nullptr; in FoldConstBinary() local
790 ConstvalNode *returnValue = nullptr; in FoldConstUnary() local
/arkcompiler/runtime_core/static_core/runtime/tooling/
Dpt_hooks_wrapper.h215 …hodExit(PtThread thread, Method *method, bool wasPoppedByException, VRegValue returnValue) override in MethodExit()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dscheduler.cpp250 std::optional<size_t> returnValue = 0; in CalculateSchedulingUpperBound() 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/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp1340 LLVMValueRef returnValue = GetLValue(operand); in VisitReturn() local
2859 LLVMValueRef returnValue = GetLValue(gate); in HandleDeoptCheck() local
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_types.h1739 CallFrame &SetReturnValue(std::unique_ptr<RemoteObject> returnValue) in SetReturnValue()
Dpt_types.cpp2047 std::unique_ptr<PtJson> returnValue; in Create() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1327 Expr returnValue = GetExprFromGate(operand); in VisitReturn() local
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp1834 v8::Local<v8::Function> returnValue; in OH_JSVM_CreateFunction() local