Lines Matching defs:asyncFuncObj
669 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_0(pc)));
672 { asyncFuncObj, value, TaggedTrue() });
678 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc)));
681 { asyncFuncObj, value, TaggedTrue() });
687 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_0(pc)));
690 { asyncFuncObj, value, TaggedFalse() });
696 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc)));
699 { asyncFuncObj, value, TaggedFalse() });
1642 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(v0));
1644 GateRef result = CallRuntime(glue, RTSTUB_ID(AsyncFunctionAwaitUncaught), { asyncFuncObj, value });
1650 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc)));
1652 GateRef result = CallRuntime(glue, RTSTUB_ID(AsyncFunctionAwaitUncaught), { asyncFuncObj, value });