Searched refs:AsyncFunctionEnter (Results 1 – 15 of 15) sorted by relevance
37 pg_->AsyncFunctionEnter(node); in Prepare()
48 pg_->AsyncFunctionEnter(node); in Prepare()
162 void AsyncFunctionEnter(const ir::AstNode *node);
1224 void PandaGen::AsyncFunctionEnter(const ir::AstNode *node) in AsyncFunctionEnter() function in panda::es2panda::compiler::PandaGen
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()
1646 JSTaggedValue res = SlowRuntimeStub::AsyncFunctionEnter(thread); in RunInternal()
681 JSTaggedValue res = SlowRuntimeStub::AsyncFunctionEnter(thread); in HandleAsyncfunctionenter()
398 void AsyncFunctionEnter(const ir::AstNode *node);
1505 void PandaGen::AsyncFunctionEnter(const ir::AstNode *node) in AsyncFunctionEnter() function in panda::es2panda::compiler::PandaGen
267 V(AsyncFunctionEnter) \
1709 DEF_RUNTIME_STUBS(AsyncFunctionEnter) in DEF_RUNTIME_STUBS() argument1711 RUNTIME_STUBS_HEADER(AsyncFunctionEnter); in DEF_RUNTIME_STUBS()
110 V(AsyncFunctionEnter) \
2398 const int id = RTSTUB_ID(AsyncFunctionEnter); in LowerAsyncFunctionEnter()
528 GateRef res = CallRuntime(glue, RTSTUB_ID(AsyncFunctionEnter), {}); in DECLARE_ASM_HANDLER()