| /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_runtime/ecmascript/stubs/ |
| D | runtime_stub_list.h | 397 V(CreateAsyncGeneratorObj) \
|
| D | runtime_stubs.cpp | 1048 DEF_RUNTIME_STUBS(CreateAsyncGeneratorObj) in DEF_RUNTIME_STUBS() argument 1050 RUNTIME_STUBS_HEADER(CreateAsyncGeneratorObj); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 189 static JSTaggedValue CreateAsyncGeneratorObj(JSThread *thread, JSTaggedValue genFunc);
|
| D | slow_runtime_stub.cpp | 421 JSTaggedValue SlowRuntimeStub::CreateAsyncGeneratorObj(JSThread *thread, JSTaggedValue genFunc) in CreateAsyncGeneratorObj() function in panda::ecmascript::SlowRuntimeStub 423 INTERPRETER_TRACE(thread, CreateAsyncGeneratorObj); in CreateAsyncGeneratorObj()
|
| D | interpreter-inl.cpp | 3163 JSTaggedValue res = SlowRuntimeStub::CreateAsyncGeneratorObj(thread, genFunc); in RunInternal()
|
| D | interpreter_assembly.cpp | 2734 JSTaggedValue res = SlowRuntimeStub::CreateAsyncGeneratorObj(thread, genFunc); in HandleCreateasyncgeneratorobjV8()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | pandagen.h | 167 void CreateAsyncGeneratorObj(const ir::AstNode *node, VReg funcObj);
|
| D | pandagen.cpp | 1224 void PandaGen::CreateAsyncGeneratorObj(const ir::AstNode *node, VReg funcObj) in CreateAsyncGeneratorObj() function in ark::es2panda::compiler::PandaGen
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.h | 378 void CreateAsyncGeneratorObj(const ir::AstNode *node, VReg funcObj);
|
| D | pandagen.cpp | 1464 void PandaGen::CreateAsyncGeneratorObj(const ir::AstNode *node, VReg funcObj) in CreateAsyncGeneratorObj() function in panda::es2panda::compiler::PandaGen
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 235 V(CreateAsyncGeneratorObj) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | slowpath_lowering.cpp | 2507 int id = RTSTUB_ID(CreateAsyncGeneratorObj); in LowerCreateAsyncGeneratorObj()
|
| D | interpreter_stub.cpp | 3410 GateRef result = CallRuntime(glue, RTSTUB_ID(CreateAsyncGeneratorObj), { genFunc }); in DECLARE_ASM_HANDLER()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 459 GateRef result = CallRuntime(glue, RTSTUB_ID(CreateAsyncGeneratorObj), { genFunc }); in GenerateCircuit()
|