Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/function/
DasyncFunctionBuilder.cpp44 pg_->AsyncFunctionEnter(node); in Prepare()
/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.h1601 JSTaggedValue res = SlowRuntimeStub::AsyncFunctionEnter(thread); in RunInternal()
Dinterpreter_assembly.cpp648 JSTaggedValue res = SlowRuntimeStub::AsyncFunctionEnter(thread); in HandleAsyncfunctionenter()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h387 void AsyncFunctionEnter(const ir::AstNode *node);
Dpandagen.cpp1431 void PandaGen::AsyncFunctionEnter(const ir::AstNode *node) in AsyncFunctionEnter() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h218 V(AsyncFunctionEnter) \
Druntime_stubs.cpp1260 DEF_RUNTIME_STUBS(AsyncFunctionEnter) in DEF_RUNTIME_STUBS() argument
1262 RUNTIME_STUBS_HEADER(AsyncFunctionEnter); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h108 V(AsyncFunctionEnter) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp2481 const int id = RTSTUB_ID(AsyncFunctionEnter); in LowerAsyncFunctionEnter()
Dinterpreter_stub.cpp415 GateRef res = CallRuntime(glue, RTSTUB_ID(AsyncFunctionEnter), {}); in DECLARE_ASM_HANDLER()