Searched refs:raw_int (Results 1 – 1 of 1) sorted by relevance
329 Node* raw_int = __ BytecodeOperandImm(0); in DoLdaSmi() local330 Node* smi_int = __ SmiTag(raw_int); in DoLdaSmi()1254 Node* raw_int = __ BytecodeOperandImm(0); in DoAddSmi() local1255 Node* right = __ SmiTag(raw_int); in DoAddSmi()1308 Node* raw_int = __ BytecodeOperandImm(0); in DoSubSmi() local1309 Node* right = __ SmiTag(raw_int); in DoSubSmi()1358 Node* raw_int = __ BytecodeOperandImm(0); in DoBitwiseOrSmi() local1359 Node* right = __ SmiTag(raw_int); in DoBitwiseOrSmi()1386 Node* raw_int = __ BytecodeOperandImm(0); in DoBitwiseAndSmi() local1387 Node* right = __ SmiTag(raw_int); in DoBitwiseAndSmi()[all …]