Searched refs:LThrow (Results 1 – 10 of 10) sorted by relevance
1053 class LThrow: public LTemplateInstruction<0, 1, 0> {1055 explicit LThrow(LOperand* value) { in LThrow() function
1594 return MarkAsCall(new LThrow(value), instr); in DoThrow()
1300 void LCodeGen::DoThrow(LThrow* instr) { in DoThrow()
1039 class LThrow: public LTemplateInstruction<0, 1, 0> {1041 explicit LThrow(LOperand* value) { in LThrow() function
1599 return MarkAsCall(new LThrow(value), instr); in DoThrow()
1176 void LCodeGen::DoThrow(LThrow* instr) { in DoThrow()
1079 class LThrow: public LTemplateInstruction<0, 1, 0> {1081 explicit LThrow(LOperand* value) { in LThrow() function
1625 return MarkAsCall(new LThrow(value), instr); in DoThrow()
1175 void LCodeGen::DoThrow(LThrow* instr) { in DoThrow()
3599 bool LThrow = isa<CXXThrowExpr>(LHS.get()); in CXXCheckConditionalOperands() local3601 if (LThrow && !RThrow) in CXXCheckConditionalOperands()3603 if (RThrow && !LThrow) in CXXCheckConditionalOperands()