Home
last modified time | relevance | path

Searched defs:asyncFuncObj (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_async_function_test.cpp41 JSHandle<JSAsyncFuncObject> asyncFuncObj = factory->NewJSAsyncFuncObject(); in HWTEST_F_L0() local
68 JSHandle<JSAsyncFuncObject> asyncFuncObj = factory->NewJSAsyncFuncObject(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_async_function.cpp30 …SAsyncFunction::AsyncFunctionAwait(JSThread *thread, const JSHandle<JSAsyncFuncObject> &asyncFuncO… in AsyncFunctionAwait()
91 … JSAsyncFunction::AsyncFunctionAwait(JSThread *thread, const JSHandle<JSTaggedValue> &asyncFuncObj, in AsyncFunctionAwait()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp449 …ggedValue SlowRuntimeStub::AsyncFunctionAwaitUncaught(JSThread *thread, JSTaggedValue asyncFuncObj, in AsyncFunctionAwaitUncaught()
460 …edValue SlowRuntimeStub::AsyncFunctionResolveOrReject(JSThread *thread, JSTaggedValue asyncFuncObj, in AsyncFunctionResolveOrReject()
1198 JSTaggedValue SlowRuntimeStub::AsyncGeneratorResolve(JSThread *thread, JSTaggedValue asyncFuncObj, in AsyncGeneratorResolve()
1210 JSTaggedValue SlowRuntimeStub::AsyncGeneratorReject(JSThread *thread, JSTaggedValue asyncFuncObj, in AsyncGeneratorReject()
Dinterpreter-inl.cpp5313 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in RunInternal() local
5326 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in RunInternal() local
6521 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in RunInternal() local
6536 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in RunInternal() local
6549 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in RunInternal() local
6564 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in RunInternal() local
Dinterpreter_assembly.cpp1827 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in HandleAsyncfunctionawaituncaughtV8() local
1844 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in HandleAsyncfunctionresolveV8() local
1861 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in HandleAsyncfunctionrejectV8() local
4307 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in HandleDeprecatedAsyncfunctionrejectPrefV8V8V8() local
4326 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in HandleDeprecatedAsyncfunctionresolvePrefV8V8V8() local
4457 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in HandleDeprecatedAsyncfunctionawaituncaughtPrefV8V8() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h368const JSHandle<JSTaggedValue> &asyncFuncObj, in RuntimeAsyncFunctionAwaitUncaught()
394const JSHandle<JSTaggedValue> &asyncFuncObj, const JSHandle<JSTaggedValue> &value, bool is_resolve) in RuntimeAsyncFunctionResolveOrReject()
422 … RuntimeStubs::RuntimeAsyncGeneratorResolve(JSThread *thread, JSHandle<JSTaggedValue> asyncFuncObj, in RuntimeAsyncGeneratorResolve()
439 …e RuntimeStubs::RuntimeAsyncGeneratorReject(JSThread *thread, JSHandle<JSTaggedValue> asyncFuncObj, in RuntimeAsyncGeneratorReject()
1498 JSHandle<JSAsyncFuncObject> asyncFuncObj = factory->NewJSAsyncFuncObject(); in RuntimeAsyncFunctionEnter() local
2832 …ntimeStubs::RuntimeOptAsyncGeneratorResolve(JSThread *thread, JSHandle<JSTaggedValue> asyncFuncObj, in RuntimeOptAsyncGeneratorResolve()
Druntime_stubs.cpp1167 …JSHandle<JSTaggedValue> asyncFuncObj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zer… in DEF_RUNTIME_STUBS() local
1175 …JSHandle<JSTaggedValue> asyncFuncObj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zer… in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1527 void PandaGen::AsyncFunctionAwait(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionAwait()
1532 void PandaGen::AsyncFunctionResolve(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionResolve()
1537 void PandaGen::AsyncFunctionReject(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionReject()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.cpp1223 void PandaGen::AsyncFunctionAwait(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionAwait()
1228 void PandaGen::AsyncFunctionResolve(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionResolve()
1233 void PandaGen::AsyncFunctionReject(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionReject()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp659 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_0(pc))); in DECLARE_ASM_HANDLER() local
668 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER() local
677 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_0(pc))); in DECLARE_ASM_HANDLER() local
686 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER() local
1636 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(v0)); in DECLARE_ASM_HANDLER() local
1644 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp2236 …GateRef asyncFuncObj = TaggedArgument(PARAM_INDEX(BaselineAsyncfunctionawaituncaughtV8, ASYNC_FUNC… in GenerateCircuit() local
2615 …GateRef asyncFuncObj = TaggedArgument(PARAM_INDEX(BaselineAsyncfunctionresolveV8, ASYNC_FUNC_OBJ)); in GenerateCircuit() local
2627 … GateRef asyncFuncObj = TaggedArgument(PARAM_INDEX(BaselineAsyncfunctionrejectV8, ASYNC_FUNC_OBJ)); in GenerateCircuit() local
5007 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(v0)); in GenerateCircuit() local
5118 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(v0)); in GenerateCircuit() local
5137 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(v0)); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp962 JSHandle<JSAsyncFuncObject> asyncFuncObj = factory->NewJSAsyncFuncObject(); in HWTEST_F_L0() local