| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_async_function_test.cpp | 40 JSHandle<JSAsyncFuncObject> asyncFuncObj = factory->NewJSAsyncFuncObject(); in HWTEST_F_L0() local 69 JSHandle<JSAsyncFuncObject> asyncFuncObj = factory->NewJSAsyncFuncObject(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_async_function.cpp | 32 …SAsyncFunction::AsyncFunctionAwait(JSThread *thread, const JSHandle<JSAsyncFuncObject> &asyncFuncO… in AsyncFunctionAwait() 93 … JSAsyncFunction::AsyncFunctionAwait(JSThread *thread, const JSHandle<JSTaggedValue> &asyncFuncObj, in AsyncFunctionAwait()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 449 …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()
|
| D | interpreter-inl.cpp | 5360 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in RunInternal() local 5373 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in RunInternal() local 6581 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in RunInternal() local 6596 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in RunInternal() local 6609 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in RunInternal() local 6624 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in RunInternal() local
|
| D | interpreter_assembly.cpp | 1863 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in HandleAsyncfunctionawaituncaughtV8() local 1880 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in HandleAsyncfunctionresolveV8() local 1897 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in HandleAsyncfunctionrejectV8() local 4351 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in HandleDeprecatedAsyncfunctionrejectPrefV8V8V8() local 4370 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in HandleDeprecatedAsyncfunctionresolvePrefV8V8V8() local 4501 JSTaggedValue asyncFuncObj = GET_VREG_VALUE(v0); in HandleDeprecatedAsyncfunctionawaituncaughtPrefV8V8() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 369 … const JSHandle<JSTaggedValue> &asyncFuncObj, in RuntimeAsyncFunctionAwaitUncaught() 395 …const JSHandle<JSTaggedValue> &asyncFuncObj, const JSHandle<JSTaggedValue> &value, bool is_resolve) in RuntimeAsyncFunctionResolveOrReject() 423 … RuntimeStubs::RuntimeAsyncGeneratorResolve(JSThread *thread, JSHandle<JSTaggedValue> asyncFuncObj, in RuntimeAsyncGeneratorResolve() 440 …e RuntimeStubs::RuntimeAsyncGeneratorReject(JSThread *thread, JSHandle<JSTaggedValue> asyncFuncObj, in RuntimeAsyncGeneratorReject() 1550 JSHandle<JSAsyncFuncObject> asyncFuncObj = factory->NewJSAsyncFuncObject(); in RuntimeAsyncFunctionEnter() local 2989 …ntimeStubs::RuntimeOptAsyncGeneratorResolve(JSThread *thread, JSHandle<JSTaggedValue> asyncFuncObj, in RuntimeOptAsyncGeneratorResolve()
|
| D | runtime_stubs.cpp | 1166 …JSHandle<JSTaggedValue> asyncFuncObj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zer… in DEF_RUNTIME_STUBS() local 1174 …JSHandle<JSTaggedValue> asyncFuncObj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zer… in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 1541 void PandaGen::AsyncFunctionAwait(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionAwait() 1546 void PandaGen::AsyncFunctionResolve(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionResolve() 1551 void PandaGen::AsyncFunctionReject(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionReject()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | pandagen.cpp | 1224 void PandaGen::AsyncFunctionAwait(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionAwait() 1229 void PandaGen::AsyncFunctionResolve(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionResolve() 1234 void PandaGen::AsyncFunctionReject(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionReject()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 703 GateRef asyncFuncObj = GetVregValue(glue, sp, ZExtInt8ToPtr(ReadInst8_0(pc))); in DECLARE_ASM_HANDLER() local 713 GateRef asyncFuncObj = GetVregValue(glue, sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER() local 723 GateRef asyncFuncObj = GetVregValue(glue, sp, ZExtInt8ToPtr(ReadInst8_0(pc))); in DECLARE_ASM_HANDLER() local 733 GateRef asyncFuncObj = GetVregValue(glue, sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER() local 1734 GateRef asyncFuncObj = GetVregValue(glue, sp, ZExtInt8ToPtr(v0)); in DECLARE_ASM_HANDLER() local 1744 GateRef asyncFuncObj = GetVregValue(glue, sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 2233 …GateRef asyncFuncObj = TaggedArgument(PARAM_INDEX(BaselineAsyncfunctionawaituncaughtV8, ASYNC_FUNC… in GenerateCircuit() local 2618 …GateRef asyncFuncObj = TaggedArgument(PARAM_INDEX(BaselineAsyncfunctionresolveV8, ASYNC_FUNC_OBJ)); in GenerateCircuit() local 2630 … GateRef asyncFuncObj = TaggedArgument(PARAM_INDEX(BaselineAsyncfunctionrejectV8, ASYNC_FUNC_OBJ)); in GenerateCircuit() local 5021 GateRef asyncFuncObj = GetVregValue(glue, sp, ZExtInt8ToPtr(v0)); in GenerateCircuit() local 5133 GateRef asyncFuncObj = GetVregValue(glue, sp, ZExtInt8ToPtr(v0)); in GenerateCircuit() local 5152 GateRef asyncFuncObj = GetVregValue(glue, sp, ZExtInt8ToPtr(v0)); in GenerateCircuit() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | ffi_workload.cpp | 962 JSHandle<JSAsyncFuncObject> asyncFuncObj = factory->NewJSAsyncFuncObject(); in HWTEST_F_L0() local
|