Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_async_function_test.cpp64 JSHandle<JSAsyncFuncObject> asyncFuncObj = factory->NewJSAsyncFuncObject(); in HWTEST_F_L0() local
91 JSHandle<JSAsyncFuncObject> asyncFuncObj = factory->NewJSAsyncFuncObject(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_async_function.cpp34 …SAsyncFunction::AsyncFunctionAwait(JSThread *thread, const JSHandle<JSAsyncFuncObject> &asyncFuncO… in AsyncFunctionAwait()
95 … JSAsyncFunction::AsyncFunctionAwait(JSThread *thread, const JSHandle<JSTaggedValue> &asyncFuncObj, in AsyncFunctionAwait()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h311const JSHandle<JSTaggedValue> &asyncFuncObj, in RuntimeAsyncFunctionAwaitUncaught()
337const JSHandle<JSTaggedValue> &asyncFuncObj, const JSHandle<JSTaggedValue> &value, bool is_resolve) in RuntimeAsyncFunctionResolveOrReject()
362 … RuntimeStubs::RuntimeAsyncGeneratorResolve(JSThread *thread, JSHandle<JSTaggedValue> asyncFuncObj, in RuntimeAsyncGeneratorResolve()
379 …e RuntimeStubs::RuntimeAsyncGeneratorReject(JSThread *thread, JSHandle<JSTaggedValue> asyncFuncObj, in RuntimeAsyncGeneratorReject()
1317 JSHandle<JSAsyncFuncObject> asyncFuncObj = factory->NewJSAsyncFuncObject(); in RuntimeAsyncFunctionEnter() local
2580 …ntimeStubs::RuntimeOptAsyncGeneratorResolve(JSThread *thread, JSHandle<JSTaggedValue> asyncFuncObj, in RuntimeOptAsyncGeneratorResolve()
Druntime_stubs.cpp1008 …JSHandle<JSTaggedValue> asyncFuncObj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zer… in DEF_RUNTIME_STUBS() local
1016 …JSHandle<JSTaggedValue> asyncFuncObj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zer… in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp466 …ggedValue SlowRuntimeStub::AsyncFunctionAwaitUncaught(JSThread *thread, JSTaggedValue asyncFuncObj, in AsyncFunctionAwaitUncaught()
477 …edValue SlowRuntimeStub::AsyncFunctionResolveOrReject(JSThread *thread, JSTaggedValue asyncFuncObj, in AsyncFunctionResolveOrReject()
1175 JSTaggedValue SlowRuntimeStub::AsyncGeneratorResolve(JSThread *thread, JSTaggedValue asyncFuncObj, in AsyncGeneratorResolve()
1187 JSTaggedValue SlowRuntimeStub::AsyncGeneratorReject(JSThread *thread, JSTaggedValue asyncFuncObj, in AsyncGeneratorReject()
Dinterpreter-inl.h5252 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in RunInternal() local
5265 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in RunInternal() local
6448 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in RunInternal() local
6463 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in RunInternal() local
6476 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in RunInternal() local
6491 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in RunInternal() local
Dinterpreter_assembly.cpp1831 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in HandleAsyncfunctionawaituncaughtV8() local
1848 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in HandleAsyncfunctionresolveV8() local
1865 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in HandleAsyncfunctionrejectV8() local
4257 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in HandleDeprecatedAsyncfunctionrejectPrefV8V8V8() local
4276 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in HandleDeprecatedAsyncfunctionresolvePrefV8V8V8() local
4407 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in HandleDeprecatedAsyncfunctionawaituncaughtPrefV8V8() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1510 void PandaGen::AsyncFunctionAwait(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionAwait()
1515 void PandaGen::AsyncFunctionResolve(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionResolve()
1520 void PandaGen::AsyncFunctionReject(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionReject()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.cpp1229 void PandaGen::AsyncFunctionAwait(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionAwait()
1234 void PandaGen::AsyncFunctionResolve(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionResolve()
1239 void PandaGen::AsyncFunctionReject(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionReject()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp465 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_0(pc))); in DECLARE_ASM_HANDLER() local
474 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER() local
483 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_0(pc))); in DECLARE_ASM_HANDLER() local
492 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER() local
1415 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(v0)); in DECLARE_ASM_HANDLER() local
1423 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp962 JSHandle<JSAsyncFuncObject> asyncFuncObj = factory->NewJSAsyncFuncObject(); in HWTEST_F_L0() local