Searched defs:completionType (Results 1 - 6 of 6) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/compiler/function/ |
| H A D | asyncGeneratorFunctionBuilder.cpp | 61 VReg completionType = pg_->AllocReg(); in Yield() local
|
| H A D | generatorFunctionBuilder.cpp | 60 VReg completionType = pg_->AllocReg(); in Yield() local
|
| H A D | functionBuilder.cpp | 55 void FunctionBuilder::AsyncYield(const ir::AstNode *node, VReg completionType, VReg completionValue) const in AsyncYield() argument 65 void FunctionBuilder::SuspendResumeExecution(const ir::AstNode *node, VReg completionType, VReg completionValue) const in SuspendResumeExecution() argument 74 void FunctionBuilder::ResumeGenerator(const ir::AstNode *node, VReg completionType, VReg completionValue) const in ResumeGenerator() argument 103 VReg completionType = pg_->AllocReg(); in Await() local 112 void FunctionBuilder::HandleCompletion(const ir::AstNode *node, VReg completionType, VRe argument [all...] |
| /arkcompiler/ets_frontend/es2panda/compiler/function/ |
| H A D | generatorFunctionBuilder.cpp | 27 VReg completionType = pg_->AllocReg(); in Prepare() local 70 VReg completionType = pg_->AllocReg(); in Yield() local
|
| H A D | asyncGeneratorFunctionBuilder.cpp | 27 VReg completionType = pg_->AllocReg(); in Prepare() local
|
| H A D | functionBuilder.cpp | 78 void FunctionBuilder::AsyncYield(const ir::AstNode *node, VReg value, VReg completionType, VReg completionValue) const in AsyncYield() argument 95 void FunctionBuilder::SuspendResumeExecution(const ir::AstNode *node, VReg completionType, VReg completionValue) const in SuspendResumeExecution() argument 104 void FunctionBuilder::resumeGenerator(const ir::AstNode *node, VReg completionType, VReg completionValue) const in resumeGenerator() argument 132 VReg completionType = pg_->AllocReg(); in Await() local 141 void FunctionBuilder::HandleCompletion(const ir::AstNode *node, VReg completionType, VRe argument [all...] |
Completed in 3 milliseconds