Searched refs:LIsObjectAndBranch (Results 1 – 9 of 9) sorted by relevance
695 class LIsObjectAndBranch: public LControlInstruction<1, 2> {697 LIsObjectAndBranch(LOperand* value, LOperand* temp) { in LIsObjectAndBranch() function
227 void LIsObjectAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()1099 return new LIsObjectAndBranch(UseRegister(compare->value()), temp); in DoTest()
1742 void LCodeGen::DoIsObjectAndBranch(LIsObjectAndBranch* instr) { in DoIsObjectAndBranch()
680 class LIsObjectAndBranch: public LControlInstruction<1, 0> {682 explicit LIsObjectAndBranch(LOperand* value) { in LIsObjectAndBranch() function
229 void LIsObjectAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()1099 return new LIsObjectAndBranch(UseRegisterAtStart(compare->value())); in DoTest()
1631 void LCodeGen::DoIsObjectAndBranch(LIsObjectAndBranch* instr) { in DoIsObjectAndBranch()
690 class LIsObjectAndBranch: public LControlInstruction<1, 2> {692 LIsObjectAndBranch(LOperand* value, LOperand* temp, LOperand* temp2) { in LIsObjectAndBranch() function
229 void LIsObjectAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()1101 return new LIsObjectAndBranch(UseRegister(compare->value()), in DoTest()
1613 void LCodeGen::DoIsObjectAndBranch(LIsObjectAndBranch* instr) { in DoIsObjectAndBranch()