Home
last modified time | relevance | path

Searched refs:SuspendGenerator (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/function/
H A DgeneratorFunctionBuilder.cpp29 pg_->SuspendGenerator(node, funcObj_); in Prepare()
H A DasyncGeneratorFunctionBuilder.cpp29 pg_->SuspendGenerator(node, funcObj_); in Prepare()
H A DfunctionBuilder.cpp70 pg_->SuspendGenerator(node, funcObj_); in SuspendResumeExecution()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h249 V(SuspendGenerator) \
H A Druntime_stubs.cpp1716 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 DfunctionBuilder.cpp100 pg_->SuspendGenerator(node, funcObj_); // iterResult is in acc in SuspendResumeExecution()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.h169 void SuspendGenerator(const ir::AstNode *node, VReg genObj);
H A Dpandagen.cpp1234 void PandaGen::SuspendGenerator(const ir::AstNode *node, VReg genObj) in SuspendGenerator() function in ark::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h78 static JSTaggedValue SuspendGenerator(JSThread *thread, JSTaggedValue genObj, JSTaggedValue value);
H A Dslow_runtime_stub.cpp430 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 Dinterpreter-inl.cpp5250 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 Dinterpreter_assembly.cpp1796 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 Dpandagen.h381 void SuspendGenerator(const ir::AstNode *node, VReg genObj);
H A Dpandagen.cpp1479 void PandaGen::SuspendGenerator(const ir::AstNode *node, VReg genObj) in SuspendGenerator() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h107 V(SuspendGenerator) \
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp4908 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 Dinterpreter_stub.cpp2926 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()

Completed in 73 milliseconds