Lines Matching refs:pg_
26 pg_->AsyncFunctionResolve(node, funcObj_); // retVal is in acc in DirectReturn()
27 pg_->NotifyConcurrentResult(node); in DirectReturn()
28 pg_->EmitReturn(node); in DirectReturn()
33 pg_->LoadConst(node, Constant::JS_UNDEFINED); in ImplicitReturn()
44 pg_->AsyncFunctionEnter(node); in Prepare()
45 pg_->StoreAccumulator(node, funcObj_); in Prepare()
46 pg_->SetLabel(node, catchTable_->LabelSet().TryBegin()); in Prepare()
51 RegScope rs(pg_); in CleanUp()
54 pg_->SetLabel(node, labelSet.TryEnd()); in CleanUp()
55 pg_->SetLabel(node, labelSet.CatchBegin()); in CleanUp()
56 VReg exception = pg_->AllocReg(); in CleanUp()
57 pg_->StoreAccumulator(node, exception); in CleanUp()
58 pg_->AsyncFunctionReject(node, funcObj_); in CleanUp()
59 pg_->NotifyConcurrentResult(node); in CleanUp()
60 pg_->EmitReturn(node); in CleanUp()
61 pg_->SetLabel(node, labelSet.CatchEnd()); in CleanUp()