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.h6327 …JSTaggedValue res = SlowRuntimeStub::AsyncFunctionResolveOrReject(thread, asyncFuncObj, value, tru… in RunInternal()
6342 …JSTaggedValue res = SlowRuntimeStub::AsyncFunctionResolveOrReject(thread, asyncFuncObj, value, tru… in RunInternal()
6355 …JSTaggedValue res = SlowRuntimeStub::AsyncFunctionResolveOrReject(thread, asyncFuncObj, value, fal… in RunInternal()
6370 …JSTaggedValue res = SlowRuntimeStub::AsyncFunctionResolveOrReject(thread, asyncFuncObj, value, fal… in RunInternal()
Dinterpreter_assembly.cpp1818 …JSTaggedValue res = SlowRuntimeStub::AsyncFunctionResolveOrReject(thread, asyncFuncObj, value, tru… in HandleAsyncfunctionresolveV8()
1835 …JSTaggedValue res = SlowRuntimeStub::AsyncFunctionResolveOrReject(thread, asyncFuncObj, value, fal… in HandleAsyncfunctionrejectV8()
4221 …JSTaggedValue res = SlowRuntimeStub::AsyncFunctionResolveOrReject(thread, asyncFuncObj, value, fal… in HandleDeprecatedAsyncfunctionrejectPrefV8V8V8()
4240 …JSTaggedValue res = SlowRuntimeStub::AsyncFunctionResolveOrReject(thread, asyncFuncObj, value, tru… in HandleDeprecatedAsyncfunctionresolvePrefV8V8V8()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h184 V(AsyncFunctionResolveOrReject) \
Druntime_stubs.cpp650 DEF_RUNTIME_STUBS(AsyncFunctionResolveOrReject) in DEF_RUNTIME_STUBS() argument
652 RUNTIME_STUBS_HEADER(AsyncFunctionResolveOrReject); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp361 GateRef res = CallRuntime(glue, RTSTUB_ID(AsyncFunctionResolveOrReject), in DECLARE_ASM_HANDLER()
370 GateRef res = CallRuntime(glue, RTSTUB_ID(AsyncFunctionResolveOrReject), in DECLARE_ASM_HANDLER()
379 GateRef res = CallRuntime(glue, RTSTUB_ID(AsyncFunctionResolveOrReject), in DECLARE_ASM_HANDLER()
388 GateRef res = CallRuntime(glue, RTSTUB_ID(AsyncFunctionResolveOrReject), in DECLARE_ASM_HANDLER()
Dslowpath_lowering.cpp862 const int id = RTSTUB_ID(AsyncFunctionResolveOrReject); in LowerAsyncFunctionResolve()
872 const int id = RTSTUB_ID(AsyncFunctionResolveOrReject); in LowerAsyncFunctionReject()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h110 V(AsyncFunctionResolveOrReject) \