| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_async_function_test.cpp | 41 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/ |
| H A D | js_async_function.cpp | 30 void JSAsyncFunction::AsyncFunctionAwait(JSThread *thread, const JSHandle<JSAsyncFuncObject> &asyncFuncObj, in AsyncFunctionAwait() argument 91 void JSAsyncFunction::AsyncFunctionAwait(JSThread *thread, const JSHandle<JSTaggedValue> &asyncFuncObj, in AsyncFunctionAwait() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_stubs.cpp | 2219 GateRef asyncFuncObj = TaggedArgument(PARAM_INDEX(BaselineAsyncfunctionawaituncaughtV8, ASYNC_FUNC_OBJ)); in GenerateCircuit() local 2598 GateRef asyncFuncObj = TaggedArgument(PARAM_INDEX(BaselineAsyncfunctionresolveV8, ASYNC_FUNC_OBJ)); in GenerateCircuit() local 2610 GateRef asyncFuncObj = TaggedArgument(PARAM_INDEX(BaselineAsyncfunctionrejectV8, ASYNC_FUNC_OBJ)); in GenerateCircuit() local 4987 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(v0)); in GenerateCircuit() local 5098 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(v0)); in GenerateCircuit() local 5117 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(v0)); GenerateCircuit() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | interpreter_stub.cpp | 669 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_0(pc)));
in DECLARE_ASM_HANDLER() local 678 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc)));
in DECLARE_ASM_HANDLER() local 687 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_0(pc)));
in DECLARE_ASM_HANDLER() local 696 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc)));
in DECLARE_ASM_HANDLER() local 1642 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(v0));
in DECLARE_ASM_HANDLER() local 1650 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc))); DECLARE_ASM_HANDLER() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | slow_runtime_stub.cpp | 449 JSTaggedValue SlowRuntimeStub::AsyncFunctionAwaitUncaught(JSThread *thread, JSTaggedValue asyncFuncObj, in AsyncFunctionAwaitUncaught() argument 460 JSTaggedValue SlowRuntimeStub::AsyncFunctionResolveOrReject(JSThread *thread, JSTaggedValue asyncFuncObj, in AsyncFunctionResolveOrReject() argument 1190 JSTaggedValue SlowRuntimeStub::AsyncGeneratorResolve(JSThread *thread, JSTaggedValue asyncFuncObj, in AsyncGeneratorResolve() argument 1202 JSTaggedValue SlowRuntimeStub::AsyncGeneratorReject(JSThread *thread, JSTaggedValue asyncFuncObj, in AsyncGeneratorReject() argument
|
| H A D | interpreter-inl.cpp | 5322 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in RunInternal() local 5335 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in RunInternal() local 6530 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in RunInternal() local 6545 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in RunInternal() local 6558 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in RunInternal() local 6573 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); RunInternal() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| H A D | ffi_workload.cpp | 962 JSHandle<JSAsyncFuncObject> asyncFuncObj = factory->NewJSAsyncFuncObject(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs-inl.h | 419 JSTaggedValue RuntimeStubs::RuntimeAsyncGeneratorResolve(JSThread *thread, JSHandle<JSTaggedValue> asyncFuncObj, in RuntimeAsyncGeneratorResolve() argument 436 JSTaggedValue RuntimeStubs::RuntimeAsyncGeneratorReject(JSThread *thread, JSHandle<JSTaggedValue> asyncFuncObj, in RuntimeAsyncGeneratorReject() argument 367 RuntimeAsyncFunctionAwaitUncaught(JSThread *thread, const JSHandle<JSTaggedValue> &asyncFuncObj, const JSHandle<JSTaggedValue> &value) RuntimeAsyncFunctionAwaitUncaught() argument 393 RuntimeAsyncFunctionResolveOrReject(JSThread *thread, const JSHandle<JSTaggedValue> &asyncFuncObj, const JSHandle<JSTaggedValue> &value, bool is_resolve) RuntimeAsyncFunctionResolveOrReject() argument 1493 JSHandle<JSAsyncFuncObject> asyncFuncObj = factory->NewJSAsyncFuncObject(); RuntimeAsyncFunctionEnter() local [all...] |
| H A D | runtime_stubs.cpp | 1152 JSHandle<JSTaggedValue> asyncFuncObj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 1160 JSHandle<JSTaggedValue> asyncFuncObj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | pandagen.cpp | 1269 void PandaGen::AsyncFunctionAwait(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionAwait() argument 1274 void PandaGen::AsyncFunctionResolve(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionResolve() argument 1279 void PandaGen::AsyncFunctionReject(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionReject() argument
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | pandagen.cpp | 1513 void PandaGen::AsyncFunctionAwait(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionAwait() argument 1518 void PandaGen::AsyncFunctionResolve(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionResolve() argument 1523 void PandaGen::AsyncFunctionReject(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionReject() argument
|