Lines Matching refs:frameState
53 void LowerCheckUInt32AndConvert(GateRef gate, GateRef frameState);
54 void LowerCheckTaggedIntAndConvert(GateRef gate, GateRef frameState);
55 void LowerCheckTaggedDoubleAndConvert(GateRef gate, GateRef frameState, Label *exit);
56 void LowerCheckTaggedNumberAndConvert(GateRef gate, GateRef frameState, Label *exit);
57 void LowerCheckTaggedBoolAndConvert(GateRef gate, GateRef frameState);
58 void LowerCheckSpecialHoleAndConvert(GateRef gate, GateRef frameState);
59 void LowerCheckSupportAndConvert(GateRef gate, GateRef frameState);
77 void LowerCheckNullAndConvert(GateRef gate, GateRef frameState);
78 void LowerUndefinedAndConvert(GateRef gate, GateRef frameState);
85 void LowerCheckFloat64AndConvert(GateRef gate, GateRef frameState, Label *exit);