Home
last modified time | relevance | path

Searched refs:LThrow (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/arm/
Dlithium-arm.h1053 class LThrow: public LTemplateInstruction<0, 1, 0> {
1055 explicit LThrow(LOperand* value) { in LThrow() function
Dlithium-arm.cc1594 return MarkAsCall(new LThrow(value), instr); in DoThrow()
Dlithium-codegen-arm.cc1300 void LCodeGen::DoThrow(LThrow* instr) { in DoThrow()
/external/v8/src/x64/
Dlithium-x64.h1039 class LThrow: public LTemplateInstruction<0, 1, 0> {
1041 explicit LThrow(LOperand* value) { in LThrow() function
Dlithium-x64.cc1599 return MarkAsCall(new LThrow(value), instr); in DoThrow()
Dlithium-codegen-x64.cc1176 void LCodeGen::DoThrow(LThrow* instr) { in DoThrow()
/external/v8/src/ia32/
Dlithium-ia32.h1079 class LThrow: public LTemplateInstruction<0, 1, 0> {
1081 explicit LThrow(LOperand* value) { in LThrow() function
Dlithium-ia32.cc1625 return MarkAsCall(new LThrow(value), instr); in DoThrow()
Dlithium-codegen-ia32.cc1175 void LCodeGen::DoThrow(LThrow* instr) { in DoThrow()
/external/clang/lib/Sema/
DSemaExprCXX.cpp3599 bool LThrow = isa<CXXThrowExpr>(LHS.get()); in CXXCheckConditionalOperands() local
3601 if (LThrow && !RThrow) in CXXCheckConditionalOperands()
3603 if (RThrow && !LThrow) in CXXCheckConditionalOperands()