Searched refs:ToDouble (Results 26 - 28 of 28) sorted by relevance

12

/external/v8/src/mips/
H A Dlithium-codegen-mips.cc377 double LCodeGen::ToDouble(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
1614 double left_val = ToDouble(LConstantOperand::cast(left));
1615 double right_val = ToDouble(LConstantOperand::cast(right));
/external/v8/src/x64/
H A Dlithium-codegen-x64.cc331 double LCodeGen::ToDouble(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
1543 double left_val = ToDouble(LConstantOperand::cast(left));
1544 double right_val = ToDouble(LConstantOperand::cast(right));
/external/chromium_org/v8/src/ia32/
H A Dlithium-codegen-ia32.cc692 double LCodeGen::ToDouble(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
2454 double left_val = ToDouble(LConstantOperand::cast(left));
2455 double right_val = ToDouble(LConstantOperand::cast(right));

Completed in 145 milliseconds

12