Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libabckit/src/
Dmacros.h49 #define LIBABCKIT_INTERNAL_ERROR(argument, returnValue) \ argument
81 #define LIBABCKIT_WRONG_MODE(graph, expectedMode, returnValue) \ argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_coroutine.cpp75 void EtsCoroutine::RequestCompletion(Value returnValue) in RequestCompletion()
136 EtsObject *EtsCoroutine::GetReturnValueAsObject(panda_file::Type returnType, Value returnValue) in GetReturnValueAsObject()
/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/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/libllvmbackend/transforms/passes/
Dcheck_tail_calls.cpp92 if (llvm::Value *returnValue = returnInst->getReturnValue()) { in GetTerminatingTailCall() 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/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/ets_runtime/ecmascript/compiler/builtins/
Dlinked_hashtable_stub_builder.cpp626 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/llvm/
Dllvm_ir_builder.cpp1301 LLVMValueRef returnValue = GetLValue(operand); in VisitReturn() local
2788 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.cpp2047 std::unique_ptr<PtJson> returnValue; in Create() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1215 Expr returnValue = GetExprFromGate(operand); in VisitReturn() local
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp1754 v8::Local<v8::Function> returnValue; in OH_JSVM_CreateFunction() local