Home
last modified time | relevance | path

Searched refs:ResumeGenerator (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/function/
H A DfunctionBuilder.cpp62 ResumeGenerator(node, completionType, completionValue); in AsyncYield()
71 ResumeGenerator(node, completionType, completionValue); in SuspendResumeExecution()
74 void FunctionBuilder::ResumeGenerator(const ir::AstNode *node, VReg completionType, VReg completionValue) const in ResumeGenerator() function in ark::es2panda::compiler::FunctionBuilder
79 pg_->ResumeGenerator(node, funcObj_); in ResumeGenerator()
H A DfunctionBuilder.h87 void ResumeGenerator(const ir::AstNode *node, VReg completionType, VReg completionValue) const;
/arkcompiler/ets_frontend/es2panda/compiler/function/
H A DfunctionBuilder.cpp109 pg_->ResumeGenerator(node, funcObj_); in resumeGenerator()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.h156 void ResumeGenerator(const ir::AstNode *node, VReg genObj);
H A Dpandagen.cpp1254 void PandaGen::ResumeGenerator(const ir::AstNode *node, VReg genObj) in ResumeGenerator() function in ark::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.h369 void ResumeGenerator(const ir::AstNode *node, VReg genObj);
H A Dpandagen.cpp1496 void PandaGen::ResumeGenerator(const ir::AstNode *node, VReg genObj) in ResumeGenerator() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h108 V(ResumeGenerator) \

Completed in 13 milliseconds