Home
last modified time | relevance | path

Searched refs:CreateAsyncGeneratorObj (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/function/
DasyncGeneratorFunctionBuilder.cpp27 pg_->CreateAsyncGeneratorObj(node, callee); in Prepare()
/arkcompiler/ets_frontend/es2panda/compiler/function/
DasyncGeneratorFunctionBuilder.cpp30 pg_->CreateAsyncGeneratorObj(node, callee); in Prepare()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h397 V(CreateAsyncGeneratorObj) \
Druntime_stubs.cpp1048 DEF_RUNTIME_STUBS(CreateAsyncGeneratorObj) in DEF_RUNTIME_STUBS() argument
1050 RUNTIME_STUBS_HEADER(CreateAsyncGeneratorObj); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h189 static JSTaggedValue CreateAsyncGeneratorObj(JSThread *thread, JSTaggedValue genFunc);
Dslow_runtime_stub.cpp421 JSTaggedValue SlowRuntimeStub::CreateAsyncGeneratorObj(JSThread *thread, JSTaggedValue genFunc) in CreateAsyncGeneratorObj() function in panda::ecmascript::SlowRuntimeStub
423 INTERPRETER_TRACE(thread, CreateAsyncGeneratorObj); in CreateAsyncGeneratorObj()
Dinterpreter-inl.cpp3163 JSTaggedValue res = SlowRuntimeStub::CreateAsyncGeneratorObj(thread, genFunc); in RunInternal()
Dinterpreter_assembly.cpp2734 JSTaggedValue res = SlowRuntimeStub::CreateAsyncGeneratorObj(thread, genFunc); in HandleCreateasyncgeneratorobjV8()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.h167 void CreateAsyncGeneratorObj(const ir::AstNode *node, VReg funcObj);
Dpandagen.cpp1224 void PandaGen::CreateAsyncGeneratorObj(const ir::AstNode *node, VReg funcObj) in CreateAsyncGeneratorObj() function in ark::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h378 void CreateAsyncGeneratorObj(const ir::AstNode *node, VReg funcObj);
Dpandagen.cpp1464 void PandaGen::CreateAsyncGeneratorObj(const ir::AstNode *node, VReg funcObj) in CreateAsyncGeneratorObj() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h235 V(CreateAsyncGeneratorObj) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp2507 int id = RTSTUB_ID(CreateAsyncGeneratorObj); in LowerCreateAsyncGeneratorObj()
Dinterpreter_stub.cpp3410 GateRef result = CallRuntime(glue, RTSTUB_ID(CreateAsyncGeneratorObj), { genFunc }); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp459 GateRef result = CallRuntime(glue, RTSTUB_ID(CreateAsyncGeneratorObj), { genFunc }); in GenerateCircuit()