Searched refs:CreateAsyncGeneratorObj (Results 1 – 15 of 15) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/compiler/function/ |
| D | asyncGeneratorFunctionBuilder.cpp | 27 pg_->CreateAsyncGeneratorObj(node, callee); in Prepare()
|
| /arkcompiler/ets_frontend/es2panda/compiler/function/ |
| D | asyncGeneratorFunctionBuilder.cpp | 30 pg_->CreateAsyncGeneratorObj(node, callee); in Prepare()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | pandagen.h | 170 void CreateAsyncGeneratorObj(const ir::AstNode *node, VReg funcObj);
|
| D | pandagen.cpp | 1184 void PandaGen::CreateAsyncGeneratorObj(const ir::AstNode *node, VReg funcObj) in CreateAsyncGeneratorObj() function in panda::es2panda::compiler::PandaGen
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 185 static JSTaggedValue CreateAsyncGeneratorObj(JSThread *thread, JSTaggedValue genFunc);
|
| D | slow_runtime_stub.cpp | 438 JSTaggedValue SlowRuntimeStub::CreateAsyncGeneratorObj(JSThread *thread, JSTaggedValue genFunc) in CreateAsyncGeneratorObj() function in panda::ecmascript::SlowRuntimeStub 440 INTERPRETER_TRACE(thread, CreateAsyncGeneratorObj); in CreateAsyncGeneratorObj()
|
| D | interpreter-inl.h | 3147 JSTaggedValue res = SlowRuntimeStub::CreateAsyncGeneratorObj(thread, genFunc); in RunInternal()
|
| D | interpreter_assembly.cpp | 2742 JSTaggedValue res = SlowRuntimeStub::CreateAsyncGeneratorObj(thread, genFunc); in HandleCreateasyncgeneratorobjV8()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.h | 405 void CreateAsyncGeneratorObj(const ir::AstNode *node, VReg funcObj);
|
| D | pandagen.cpp | 1458 void PandaGen::CreateAsyncGeneratorObj(const ir::AstNode *node, VReg funcObj) in CreateAsyncGeneratorObj() function in panda::es2panda::compiler::PandaGen
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 323 V(CreateAsyncGeneratorObj) \
|
| D | runtime_stubs.cpp | 857 DEF_RUNTIME_STUBS(CreateAsyncGeneratorObj) in DEF_RUNTIME_STUBS() argument 859 RUNTIME_STUBS_HEADER(CreateAsyncGeneratorObj); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 234 V(CreateAsyncGeneratorObj) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | slowpath_lowering.cpp | 2237 int id = RTSTUB_ID(CreateAsyncGeneratorObj); in LowerCreateAsyncGeneratorObj()
|
| D | interpreter_stub.cpp | 3002 GateRef result = CallRuntime(glue, RTSTUB_ID(CreateAsyncGeneratorObj), { genFunc }); in DECLARE_ASM_HANDLER()
|