Searched refs:AsyncFunctionResolveOrReject (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stub_list.h | 288 V(AsyncFunctionResolveOrReject) \
|
| D | runtime_stubs.cpp | 1211 DEF_RUNTIME_STUBS(AsyncFunctionResolveOrReject) in DEF_RUNTIME_STUBS() argument 1213 RUNTIME_STUBS_HEADER(AsyncFunctionResolveOrReject); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 81 …static JSTaggedValue AsyncFunctionResolveOrReject(JSThread *thread, JSTaggedValue asyncFuncObj, JS…
|
| D | slow_runtime_stub.cpp | 460 JSTaggedValue SlowRuntimeStub::AsyncFunctionResolveOrReject(JSThread *thread, JSTaggedValue asyncFu… in AsyncFunctionResolveOrReject() function in panda::ecmascript::SlowRuntimeStub 463 INTERPRETER_TRACE(thread, AsyncFunctionResolveOrReject); in AsyncFunctionResolveOrReject()
|
| D | interpreter-inl.cpp | 6449 …JSTaggedValue res = SlowRuntimeStub::AsyncFunctionResolveOrReject(thread, asyncFuncObj, value, tru… in RunInternal() 6464 …JSTaggedValue res = SlowRuntimeStub::AsyncFunctionResolveOrReject(thread, asyncFuncObj, value, tru… in RunInternal() 6477 …JSTaggedValue res = SlowRuntimeStub::AsyncFunctionResolveOrReject(thread, asyncFuncObj, value, fal… in RunInternal() 6492 …JSTaggedValue res = SlowRuntimeStub::AsyncFunctionResolveOrReject(thread, asyncFuncObj, value, fal… in RunInternal()
|
| D | interpreter_assembly.cpp | 1843 …JSTaggedValue res = SlowRuntimeStub::AsyncFunctionResolveOrReject(thread, asyncFuncObj, value, tru… in HandleAsyncfunctionresolveV8() 1860 …JSTaggedValue res = SlowRuntimeStub::AsyncFunctionResolveOrReject(thread, asyncFuncObj, value, fal… in HandleAsyncfunctionrejectV8() 4292 …JSTaggedValue res = SlowRuntimeStub::AsyncFunctionResolveOrReject(thread, asyncFuncObj, value, fal… in HandleDeprecatedAsyncfunctionrejectPrefV8V8V8() 4311 …JSTaggedValue res = SlowRuntimeStub::AsyncFunctionResolveOrReject(thread, asyncFuncObj, value, tru… in HandleDeprecatedAsyncfunctionresolvePrefV8V8V8()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 114 V(AsyncFunctionResolveOrReject ) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 671 GateRef res = CallRuntime(glue, RTSTUB_ID(AsyncFunctionResolveOrReject), in DECLARE_ASM_HANDLER() 680 GateRef res = CallRuntime(glue, RTSTUB_ID(AsyncFunctionResolveOrReject), in DECLARE_ASM_HANDLER() 689 GateRef res = CallRuntime(glue, RTSTUB_ID(AsyncFunctionResolveOrReject), in DECLARE_ASM_HANDLER() 698 GateRef res = CallRuntime(glue, RTSTUB_ID(AsyncFunctionResolveOrReject), in DECLARE_ASM_HANDLER()
|
| D | slowpath_lowering.cpp | 969 const int id = RTSTUB_ID(AsyncFunctionResolveOrReject); in LowerAsyncFunctionResolve() 979 const int id = RTSTUB_ID(AsyncFunctionResolveOrReject); in LowerAsyncFunctionReject()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 2626 GateRef res = CallRuntime(glue, RTSTUB_ID(AsyncFunctionResolveOrReject), in GenerateCircuit() 2638 GateRef res = CallRuntime(glue, RTSTUB_ID(AsyncFunctionResolveOrReject), in GenerateCircuit() 5129 GateRef res = CallRuntime(glue, RTSTUB_ID(AsyncFunctionResolveOrReject), in GenerateCircuit() 5145 GateRef res = CallRuntime(glue, RTSTUB_ID(AsyncFunctionResolveOrReject), in GenerateCircuit()
|