Home
last modified time | relevance | path

Searched defs:returnValue (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_coroutine.cpp75 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 Dcoroutine.cpp147 void Coroutine::RequestCompletion([[maybe_unused]] Value returnValue) in RequestCompletion() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_adaptive_stack_inl.h69 auto *returnValue = stackSrc_; in MoveStacksPointers() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dloop_unroll_test.cpp40 bool CheckRetOnVixlSimulator([[maybe_unused]] Graph *graph, [[maybe_unused]] T returnValue, in CheckRetOnVixlSimulator() argument
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dlinked_hashtable_stub_builder.cpp628 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 Dscheduler.cpp252 std::optional<size_t> returnValue = 0; in CalculateSchedulingUpperBound() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp631 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 Dpt_types.cpp2048 std::unique_ptr<PtJson> returnValue; in Create() local
H A Dpt_types.h1728 CallFrame &SetReturnValue(std::unique_ptr<RemoteObject> returnValue) in SetReturnValue() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp1232 LLVMValueRef returnValue = GetLValue(operand); in VisitReturn() local
2719 LLVMValueRef returnValue = GetLValue(gate); in HandleDeoptCheck() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp1193 Expr returnValue = GetExprFromGate(operand); in VisitReturn() local
2764 Expr returnValue = GetExprFromGate(gate); in HandleDeoptCheck() local

Completed in 29 milliseconds