Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dgenerator_helper.cpp49 JSHandle<JSTaggedValue> returnValue(thread, res); in Return() local
/arkcompiler/runtime_core/runtime/tooling/
Ddebugger.h362 [[maybe_unused]] PtValue *returnValue) const override in CallFunctionOn()
Dpt_hooks_wrapper.h200 …hodExit(PtThread thread, Method *method, bool wasPoppedByException, VRegValue returnValue) override in MethodExit()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dscheduler.cpp246 std::optional<size_t> returnValue = 0; in CalculateSchedulingUpperBound() local
Dllvm_ir_builder.cpp917 LLVMValueRef returnValue = gate2LValue_[operand]; in VisitReturn() local
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dcircuit_optimizer_tests.cpp177 auto returnValue = acc.GetIn(ret, 2); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1482 CallFrame &SetReturnValue(std::unique_ptr<RemoteObject> returnValue) in SetReturnValue()
Dpt_types.cpp1676 std::unique_ptr<PtJson> returnValue; in Create() local