Searched refs:ResumeGenerator (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/function/ |
H A D | functionBuilder.cpp | 62 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 D | functionBuilder.h | 87 void ResumeGenerator(const ir::AstNode *node, VReg completionType, VReg completionValue) const;
|
/arkcompiler/ets_frontend/es2panda/compiler/function/ |
H A D | functionBuilder.cpp | 109 pg_->ResumeGenerator(node, funcObj_); in resumeGenerator()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | pandagen.h | 156 void ResumeGenerator(const ir::AstNode *node, VReg genObj);
|
H A D | pandagen.cpp | 1254 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 D | pandagen.h | 369 void ResumeGenerator(const ir::AstNode *node, VReg genObj);
|
H A D | pandagen.cpp | 1496 void PandaGen::ResumeGenerator(const ir::AstNode *node, VReg genObj) in ResumeGenerator() function in panda::es2panda::compiler::PandaGen
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 108 V(ResumeGenerator) \
|
Completed in 13 milliseconds