Searched refs:CreateGeneratorObj (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_generator_object_test.cpp | 74 … SlowRuntimeStub::CreateGeneratorObj(thread, env->GetGeneratorFunctionFunction().GetTaggedValue()); in HWTEST_F_L0() 111 … SlowRuntimeStub::CreateGeneratorObj(thread, env->GetGeneratorFunctionFunction().GetTaggedValue()); in HWTEST_F_L0() 137 … SlowRuntimeStub::CreateGeneratorObj(thread, env->GetGeneratorFunctionFunction().GetTaggedValue()); in HWTEST_F_L0()
|
| /arkcompiler/ets_frontend/es2panda/compiler/function/ |
| D | generatorFunctionBuilder.cpp | 30 pg_->CreateGeneratorObj(node, callee); in Prepare()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 76 static JSTaggedValue CreateGeneratorObj(JSThread *thread, JSTaggedValue genFunc);
|
| D | slow_runtime_stub.cpp | 429 JSTaggedValue SlowRuntimeStub::CreateGeneratorObj(JSThread *thread, JSTaggedValue genFunc) in CreateGeneratorObj() function in panda::ecmascript::SlowRuntimeStub 431 INTERPRETER_TRACE(thread, CreateGeneratorObj); in CreateGeneratorObj()
|
| D | interpreter-inl.h | 3055 JSTaggedValue res = SlowRuntimeStub::CreateGeneratorObj(thread, genFunc); in RunInternal()
|
| D | interpreter_assembly.cpp | 2690 JSTaggedValue res = SlowRuntimeStub::CreateGeneratorObj(thread, genFunc); in HandleCreategeneratorobjV8()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.h | 383 void CreateGeneratorObj(const ir::AstNode *node, VReg funcObj);
|
| D | pandagen.cpp | 1379 void PandaGen::CreateGeneratorObj(const ir::AstNode *node, VReg funcObj) in CreateGeneratorObj() function in panda::es2panda::compiler::PandaGen
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 171 V(CreateGeneratorObj) \
|
| D | runtime_stubs.cpp | 557 DEF_RUNTIME_STUBS(CreateGeneratorObj) in DEF_RUNTIME_STUBS() argument 559 RUNTIME_STUBS_HEADER(CreateGeneratorObj); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 106 V(CreateGeneratorObj) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | slowpath_lowering.cpp | 2297 const int id = RTSTUB_ID(CreateGeneratorObj); in LowerCreateGeneratorObj()
|
| D | interpreter_stub.cpp | 1068 GateRef result = CallRuntime(glue, RTSTUB_ID(CreateGeneratorObj), { genFunc }); in DECLARE_ASM_HANDLER()
|