Home
last modified time | relevance | path

Searched refs:AsyncFunctionResolveOrReject (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h80 …static JSTaggedValue AsyncFunctionResolveOrReject(JSThread *thread, JSTaggedValue asyncFuncObj, JS…
Dslow_runtime_stub.cpp477 JSTaggedValue SlowRuntimeStub::AsyncFunctionResolveOrReject(JSThread *thread, JSTaggedValue asyncFu… in AsyncFunctionResolveOrReject() function in panda::ecmascript::SlowRuntimeStub
480 INTERPRETER_TRACE(thread, AsyncFunctionResolveOrReject); in AsyncFunctionResolveOrReject()
Dinterpreter-inl.h6451 …JSTaggedValue res = SlowRuntimeStub::AsyncFunctionResolveOrReject(thread, asyncFuncObj, value, tru… in RunInternal()
6466 …JSTaggedValue res = SlowRuntimeStub::AsyncFunctionResolveOrReject(thread, asyncFuncObj, value, tru… in RunInternal()
6479 …JSTaggedValue res = SlowRuntimeStub::AsyncFunctionResolveOrReject(thread, asyncFuncObj, value, fal… in RunInternal()
6494 …JSTaggedValue res = SlowRuntimeStub::AsyncFunctionResolveOrReject(thread, asyncFuncObj, value, fal… in RunInternal()
Dinterpreter_assembly.cpp1851 …JSTaggedValue res = SlowRuntimeStub::AsyncFunctionResolveOrReject(thread, asyncFuncObj, value, tru… in HandleAsyncfunctionresolveV8()
1868 …JSTaggedValue res = SlowRuntimeStub::AsyncFunctionResolveOrReject(thread, asyncFuncObj, value, fal… in HandleAsyncfunctionrejectV8()
4260 …JSTaggedValue res = SlowRuntimeStub::AsyncFunctionResolveOrReject(thread, asyncFuncObj, value, fal… in HandleDeprecatedAsyncfunctionrejectPrefV8V8V8()
4279 …JSTaggedValue res = SlowRuntimeStub::AsyncFunctionResolveOrReject(thread, asyncFuncObj, value, tru… in HandleDeprecatedAsyncfunctionresolvePrefV8V8V8()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h225 V(AsyncFunctionResolveOrReject) \
Druntime_stubs.cpp1013 DEF_RUNTIME_STUBS(AsyncFunctionResolveOrReject) in DEF_RUNTIME_STUBS() argument
1015 RUNTIME_STUBS_HEADER(AsyncFunctionResolveOrReject); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h112 V(AsyncFunctionResolveOrReject ) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp467 GateRef res = CallRuntime(glue, RTSTUB_ID(AsyncFunctionResolveOrReject), in DECLARE_ASM_HANDLER()
476 GateRef res = CallRuntime(glue, RTSTUB_ID(AsyncFunctionResolveOrReject), in DECLARE_ASM_HANDLER()
485 GateRef res = CallRuntime(glue, RTSTUB_ID(AsyncFunctionResolveOrReject), in DECLARE_ASM_HANDLER()
494 GateRef res = CallRuntime(glue, RTSTUB_ID(AsyncFunctionResolveOrReject), in DECLARE_ASM_HANDLER()
Dslowpath_lowering.cpp920 const int id = RTSTUB_ID(AsyncFunctionResolveOrReject); in LowerAsyncFunctionResolve()
930 const int id = RTSTUB_ID(AsyncFunctionResolveOrReject); in LowerAsyncFunctionReject()