| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_coroutine.cpp | 93 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/ |
| D | macros.h | 49 #define LIBABCKIT_INTERNAL_ERROR(argument, returnValue) \ argument 81 #define LIBABCKIT_WRONG_MODE(graph, expectedMode, returnValue) \ argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | generator_helper.cpp | 52 JSHandle<JSTaggedValue> returnValue(thread, res); in Return() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc_adaptive_stack_inl.h | 69 auto *returnValue = stackSrc_; in MoveStacksPointers() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_reflect_stub_builder.cpp | 92 Label returnValue(env); in Set() local
|
| D | linked_hashtable_stub_builder.cpp | 626 GateRef newTargetHClass, Variable& returnValue) in StoreHashTableToNewObject()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_date.cpp | 296 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
|
| D | builtins_bigint.cpp | 155 JSHandle returnValue = factory->NewFromStdString(result); in ToLocaleString() local
|
| D | builtins_number.cpp | 355 JSHandle returnValue = factory->NewFromStdString(result); in ToLocaleString() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | check_tail_calls.cpp | 92 if (llvm::Value *returnValue = returnInst->getReturnValue()) { in GetTerminatingTailCall() local
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | coroutine.cpp | 195 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/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | constantfold.cpp | 621 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/ |
| D | pt_hooks_wrapper.h | 215 …hodExit(PtThread thread, Method *method, bool wasPoppedByException, VRegValue returnValue) override in MethodExit()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | scheduler.cpp | 250 std::optional<size_t> returnValue = 0; in CalculateSchedulingUpperBound() 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/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.cpp | 1340 LLVMValueRef returnValue = GetLValue(operand); in VisitReturn() local 2859 LLVMValueRef returnValue = GetLValue(gate); in HandleDeoptCheck() local
|
| /arkcompiler/toolchain/tooling/dynamic/base/ |
| D | pt_types.h | 1739 CallFrame &SetReturnValue(std::unique_ptr<RemoteObject> returnValue) in SetReturnValue()
|
| D | pt_types.cpp | 2047 std::unique_ptr<PtJson> returnValue; in Create() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 1327 Expr returnValue = GetExprFromGate(operand); in VisitReturn() local
|
| /arkcompiler/jsvm/src/ |
| D | js_native_api_v8.cpp | 1834 v8::Local<v8::Function> returnValue; in OH_JSVM_CreateFunction() local
|