Searched defs:returnValue (Results 1 - 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| H A D | ets_coroutine.cpp | 75 void EtsCoroutine::RequestCompletion(Value returnValue) in RequestCompletion() argument 136 EtsObject *EtsCoroutine::GetReturnValueAsObject(panda_file::Type returnType, Value returnValue) in GetReturnValueAsObject() argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| H A D | coroutine.cpp | 147 void Coroutine::RequestCompletion([[maybe_unused]] Value returnValue) in RequestCompletion() argument
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| H A D | gc_adaptive_stack_inl.h | 69 auto *returnValue = stackSrc_; in MoveStacksPointers() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | loop_unroll_test.cpp | 40 bool CheckRetOnVixlSimulator([[maybe_unused]] Graph *graph, [[maybe_unused]] T returnValue, in CheckRetOnVixlSimulator() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | linked_hashtable_stub_builder.cpp | 628 Store(VariableType::JS_ANY(), glue_, *returnValue, IntPtr(JSMap::LINKED_MAP_OFFSET), table); in StoreHashTableToNewObject() local 631 Store(VariableType::JS_ANY(), glue_, *returnValue, IntPtr(JSSet::LINKED_SET_OFFSET), table); in StoreHashTableToNewObject() local 619 StoreHashTableToNewObject( GateRef newTargetHClass, Variable& returnValue) StoreHashTableToNewObject() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | scheduler.cpp | 252 std::optional<size_t> returnValue = 0; in CalculateSchedulingUpperBound() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| H A D | constantfold.cpp | 631 MIRConst *returnValue = nullptr; in FoldConstComparisonMIRConst() local 649 ConstvalNode *returnValue = nullptr; in FoldConstComparison() local 701 ConstvalNode *returnValue = nullptr; in FoldConstBinary() local 800 ConstvalNode *returnValue = nullptr; FoldConstUnary() local [all...] |
| /arkcompiler/toolchain/tooling/base/ |
| H A D | pt_types.cpp | 2048 std::unique_ptr<PtJson> returnValue; in Create() local
|
| H A D | pt_types.h | 1728 CallFrame &SetReturnValue(std::unique_ptr<RemoteObject> returnValue) in SetReturnValue() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| H A D | llvm_ir_builder.cpp | 1232 LLVMValueRef returnValue = GetLValue(operand); in VisitReturn() local 2719 LLVMValueRef returnValue = GetLValue(gate); in HandleDeoptCheck() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| H A D | litecg_ir_builder.cpp | 1193 Expr returnValue = GetExprFromGate(operand); in VisitReturn() local 2764 Expr returnValue = GetExprFromGate(gate); in HandleDeoptCheck() local
|
Completed in 29 milliseconds