Searched refs:HClampToUint8 (Results 1 – 7 of 7) sorted by relevance
1228 class HClampToUint8: public HUnaryOperation {1230 explicit HClampToUint8(HValue* value) in HClampToUint8() function
4587 val = AddInstruction(new(zone()) HClampToUint8(val)); in BuildExternalArrayElementAccess()
1763 LInstruction* LChunkBuilder::DoClampToUint8(HClampToUint8* instr) { in DoClampToUint8()
1747 LInstruction* LChunkBuilder::DoClampToUint8(HClampToUint8* instr) { in DoClampToUint8()
1810 LInstruction* LChunkBuilder::DoClampToUint8(HClampToUint8* instr) { in DoClampToUint8()
1764 LInstruction* LChunkBuilder::DoClampToUint8(HClampToUint8* instr) { in DoClampToUint8()
858 Simplified HClampToUint8. Patch by Andy Wingo.