Searched refs:CreateAsyncGeneratorObj (Results 1 – 12 of 12) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/function/ |
D | asyncGeneratorFunctionBuilder.cpp | 30 pg_->CreateAsyncGeneratorObj(node, callee); in Prepare()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | slow_runtime_stub.h | 178 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 | 3087 JSTaggedValue res = SlowRuntimeStub::CreateAsyncGeneratorObj(thread, genFunc); in RunInternal()
|
D | interpreter_assembly.cpp | 2705 JSTaggedValue res = SlowRuntimeStub::CreateAsyncGeneratorObj(thread, genFunc); in HandleCreateasyncgeneratorobjV8()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.h | 394 void CreateAsyncGeneratorObj(const ir::AstNode *node, VReg funcObj);
|
D | pandagen.cpp | 1384 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 | 273 V(CreateAsyncGeneratorObj) \
|
D | runtime_stubs.cpp | 563 DEF_RUNTIME_STUBS(CreateAsyncGeneratorObj) in DEF_RUNTIME_STUBS() argument 565 RUNTIME_STUBS_HEADER(CreateAsyncGeneratorObj); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | runtime_call_id.h | 223 V(CreateAsyncGeneratorObj) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | slowpath_lowering.cpp | 2306 int id = RTSTUB_ID(CreateAsyncGeneratorObj); in LowerCreateAsyncGeneratorObj()
|
D | interpreter_stub.cpp | 2816 GateRef result = CallRuntime(glue, RTSTUB_ID(CreateAsyncGeneratorObj), { genFunc }); in DECLARE_ASM_HANDLER()
|