Searched refs:AsyncFunctionResolveOrReject (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 80 …static JSTaggedValue AsyncFunctionResolveOrReject(JSThread *thread, JSTaggedValue asyncFuncObj, JS…
|
| D | slow_runtime_stub.cpp | 477 JSTaggedValue SlowRuntimeStub::AsyncFunctionResolveOrReject(JSThread *thread, JSTaggedValue asyncFu… in AsyncFunctionResolveOrReject() function in panda::ecmascript::SlowRuntimeStub 480 INTERPRETER_TRACE(thread, AsyncFunctionResolveOrReject); in AsyncFunctionResolveOrReject()
|
| D | interpreter-inl.h | 6451 …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()
|
| D | interpreter_assembly.cpp | 1851 …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/ |
| D | runtime_stubs.h | 225 V(AsyncFunctionResolveOrReject) \
|
| D | runtime_stubs.cpp | 1013 DEF_RUNTIME_STUBS(AsyncFunctionResolveOrReject) in DEF_RUNTIME_STUBS() argument 1015 RUNTIME_STUBS_HEADER(AsyncFunctionResolveOrReject); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 112 V(AsyncFunctionResolveOrReject ) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 467 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()
|
| D | slowpath_lowering.cpp | 920 const int id = RTSTUB_ID(AsyncFunctionResolveOrReject); in LowerAsyncFunctionResolve() 930 const int id = RTSTUB_ID(AsyncFunctionResolveOrReject); in LowerAsyncFunctionReject()
|