Home
last modified time | relevance | path

Searched refs:AsyncFunctionEnter (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/function/
DasyncFunctionBuilder.cpp37 pg_->AsyncFunctionEnter(node); in Prepare()
/arkcompiler/ets_frontend/es2panda/compiler/function/
DasyncFunctionBuilder.cpp48 pg_->AsyncFunctionEnter(node); in Prepare()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.h162 void AsyncFunctionEnter(const ir::AstNode *node);
Dpandagen.cpp1224 void PandaGen::AsyncFunctionEnter(const ir::AstNode *node) in AsyncFunctionEnter() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h31 static JSTaggedValue AsyncFunctionEnter(JSThread *thread);
Dslow_runtime_stub.cpp68 JSTaggedValue SlowRuntimeStub::AsyncFunctionEnter(JSThread *thread) in AsyncFunctionEnter() function in panda::ecmascript::SlowRuntimeStub
70 INTERPRETER_TRACE(thread, AsyncFunctionEnter); in AsyncFunctionEnter()
Dinterpreter-inl.h1646 JSTaggedValue res = SlowRuntimeStub::AsyncFunctionEnter(thread); in RunInternal()
Dinterpreter_assembly.cpp681 JSTaggedValue res = SlowRuntimeStub::AsyncFunctionEnter(thread); in HandleAsyncfunctionenter()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h398 void AsyncFunctionEnter(const ir::AstNode *node);
Dpandagen.cpp1505 void PandaGen::AsyncFunctionEnter(const ir::AstNode *node) in AsyncFunctionEnter() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h267 V(AsyncFunctionEnter) \
Druntime_stubs.cpp1709 DEF_RUNTIME_STUBS(AsyncFunctionEnter) in DEF_RUNTIME_STUBS() argument
1711 RUNTIME_STUBS_HEADER(AsyncFunctionEnter); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h110 V(AsyncFunctionEnter) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp2398 const int id = RTSTUB_ID(AsyncFunctionEnter); in LowerAsyncFunctionEnter()
Dinterpreter_stub.cpp528 GateRef res = CallRuntime(glue, RTSTUB_ID(AsyncFunctionEnter), {}); in DECLARE_ASM_HANDLER()