Searched refs:LCmpHoleAndBranchD (Results 1 – 3 of 3) sorted by relevance
996 class LCmpHoleAndBranchD final : public LControlInstruction<1, 1> {998 explicit LCmpHoleAndBranchD(LOperand* object, LOperand* temp) { in LCmpHoleAndBranchD() function
1247 return new(zone()) LCmpHoleAndBranchD(value, temp); in DoCompareHoleAndBranch()
2271 void LCodeGen::DoCmpHoleAndBranchD(LCmpHoleAndBranchD* instr) { in DoCmpHoleAndBranchD()