Searched refs:AsyncFunctionEnter (Results 1 – 12 of 12) sorted by relevance
44 pg_->AsyncFunctionEnter(node); in Prepare()
31 static JSTaggedValue AsyncFunctionEnter(JSThread *thread);
68 JSTaggedValue SlowRuntimeStub::AsyncFunctionEnter(JSThread *thread) in AsyncFunctionEnter() function in panda::ecmascript::SlowRuntimeStub70 INTERPRETER_TRACE(thread, AsyncFunctionEnter); in AsyncFunctionEnter()
1601 JSTaggedValue res = SlowRuntimeStub::AsyncFunctionEnter(thread); in RunInternal()
648 JSTaggedValue res = SlowRuntimeStub::AsyncFunctionEnter(thread); in HandleAsyncfunctionenter()
387 void AsyncFunctionEnter(const ir::AstNode *node);
1431 void PandaGen::AsyncFunctionEnter(const ir::AstNode *node) in AsyncFunctionEnter() function in panda::es2panda::compiler::PandaGen
218 V(AsyncFunctionEnter) \
1260 DEF_RUNTIME_STUBS(AsyncFunctionEnter) in DEF_RUNTIME_STUBS() argument1262 RUNTIME_STUBS_HEADER(AsyncFunctionEnter); in DEF_RUNTIME_STUBS()
108 V(AsyncFunctionEnter) \
2481 const int id = RTSTUB_ID(AsyncFunctionEnter); in LowerAsyncFunctionEnter()
415 GateRef res = CallRuntime(glue, RTSTUB_ID(AsyncFunctionEnter), {}); in DECLARE_ASM_HANDLER()