/arkcompiler/ets_frontend/ets2panda/compiler/function/ |
H A D | generatorFunctionBuilder.cpp | 29 pg_->SuspendGenerator(node, funcObj_); in Prepare()
|
H A D | asyncGeneratorFunctionBuilder.cpp | 29 pg_->SuspendGenerator(node, funcObj_); in Prepare()
|
H A D | functionBuilder.cpp | 70 pg_->SuspendGenerator(node, funcObj_); in SuspendResumeExecution()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 249 V(SuspendGenerator) \
|
H A D | runtime_stubs.cpp | 1716 DEF_RUNTIME_STUBS(SuspendGenerator) in DEF_RUNTIME_STUBS() 1718 RUNTIME_STUBS_HEADER(SuspendGenerator); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_frontend/es2panda/compiler/function/ |
H A D | functionBuilder.cpp | 100 pg_->SuspendGenerator(node, funcObj_); // iterResult is in acc in SuspendResumeExecution()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | pandagen.h | 169 void SuspendGenerator(const ir::AstNode *node, VReg genObj);
|
H A D | pandagen.cpp | 1234 void PandaGen::SuspendGenerator(const ir::AstNode *node, VReg genObj) in SuspendGenerator() function in ark::es2panda::compiler::PandaGen
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 78 static JSTaggedValue SuspendGenerator(JSThread *thread, JSTaggedValue genObj, JSTaggedValue value);
|
H A D | slow_runtime_stub.cpp | 430 JSTaggedValue SlowRuntimeStub::SuspendGenerator(JSThread *thread, JSTaggedValue genObj, JSTaggedValue value) in SuspendGenerator() function in panda::ecmascript::SlowRuntimeStub 432 INTERPRETER_TRACE(thread, SuspendGenerator); in SuspendGenerator()
|
H A D | interpreter-inl.cpp | 5250 JSTaggedValue res = SlowRuntimeStub::SuspendGenerator(thread, genObj, value); in RunInternal() 5258 LOG_INST() << "Exit: SuspendGenerator " << std::hex << reinterpret_cast<uintptr_t>(sp) << " " in RunInternal() 5284 JSTaggedValue res = SlowRuntimeStub::SuspendGenerator(thread, genObj, value); in RunInternal() 5292 LOG_INST() << "Exit: SuspendGenerator " << std::hex << reinterpret_cast<uintptr_t>(sp) << " " in RunInternal()
|
H A D | interpreter_assembly.cpp | 1796 JSTaggedValue res = SlowRuntimeStub::SuspendGenerator(thread, genObj, value); 1804 LOG_INST() << "Exit: SuspendGenerator " << std::hex << reinterpret_cast<uintptr_t>(sp) << " " 4467 JSTaggedValue res = SlowRuntimeStub::SuspendGenerator(thread, genObj, value); 4475 LOG_INST() << "Exit: SuspendGenerator " << std::hex << reinterpret_cast<uintptr_t>(sp) << " "
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.h | 381 void SuspendGenerator(const ir::AstNode *node, VReg genObj);
|
H A D | pandagen.cpp | 1479 void PandaGen::SuspendGenerator(const ir::AstNode *node, VReg genObj) in SuspendGenerator() function in panda::es2panda::compiler::PandaGen
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 107 V(SuspendGenerator) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 4908 GateRef res = CallRuntime(glue, RTSTUB_ID(SuspendGenerator), { genObj, value }); in GenerateCircuit() 5744 GateRef res = CallRuntime(glue, RTSTUB_ID(SuspendGenerator), { genObj, value }); in GenerateCircuit()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | interpreter_stub.cpp | 2926 GateRef res = CallRuntime(glue, RTSTUB_ID(SuspendGenerator), { genObj, value });
in DECLARE_ASM_HANDLER() 3031 GateRef res = CallRuntime(glue, RTSTUB_ID(SuspendGenerator), { genObj, value });
in DECLARE_ASM_HANDLER()
|