Searched refs:LTypeofIs (Results 1 – 9 of 9) sorted by relevance
1870 class LTypeofIs: public LTemplateInstruction<1, 1, 0> {1872 explicit LTypeofIs(LOperand* value) { in LTypeofIs() function
265 void LTypeofIs::PrintDataTo(StringStream* stream) { in PrintDataTo()2059 return DefineSameAsFirst(new LTypeofIs(UseRegister(instr->value()))); in DoTypeofIs()
4012 void LCodeGen::DoTypeofIs(LTypeofIs* instr) { in DoTypeofIs()
1847 class LTypeofIs: public LTemplateInstruction<1, 1, 0> {1849 explicit LTypeofIs(LOperand* value) { in LTypeofIs() function
267 void LTypeofIs::PrintDataTo(StringStream* stream) { in PrintDataTo()2053 return DefineSameAsFirst(new LTypeofIs(UseRegister(instr->value()))); in DoTypeofIs()
3773 void LCodeGen::DoTypeofIs(LTypeofIs* instr) { in DoTypeofIs()
1939 class LTypeofIs: public LTemplateInstruction<1, 1, 0> {1941 explicit LTypeofIs(LOperand* value) { in LTypeofIs() function
267 void LTypeofIs::PrintDataTo(StringStream* stream) { in PrintDataTo()2117 return DefineSameAsFirst(new LTypeofIs(UseRegister(instr->value()))); in DoTypeofIs()
3959 void LCodeGen::DoTypeofIs(LTypeofIs* instr) { in DoTypeofIs()