Searched refs:canSuspend (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/function/ |
H A D | asyncGeneratorFunctionBuilder.cpp | 60 VReg canSuspend = pg_->AllocReg(); in DirectReturn() local 63 pg_->StoreConst(node, canSuspend, Constant::JS_TRUE); in DirectReturn() 66 pg_->AsyncGeneratorResolve(node, funcObj_, retVal, canSuspend); in DirectReturn() 85 VReg canSuspend = pg_->AllocReg(); in ExplicitReturn() local 90 pg_->StoreConst(node, canSuspend, Constant::JS_TRUE); in ExplicitReturn() 91 pg_->AsyncGeneratorResolve(node, funcObj_, resumeValue, canSuspend); in ExplicitReturn()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.h | 383 void AsyncGeneratorResolve(const ir::AstNode *node, VReg asyncGenObj, VReg value, VReg canSuspend);
|
H A D | pandagen.cpp | 1528 void PandaGen::AsyncGeneratorResolve(const ir::AstNode *node, VReg asyncGenObj, VReg value, VReg canSuspend) in AsyncGeneratorResolve() argument 1530 ra_.Emit<Asyncgeneratorresolve>(node, asyncGenObj, value, canSuspend); in AsyncGeneratorResolve()
|
Completed in 5 milliseconds