Searched defs:LMathRound (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h777 class LMathRound V8_FINAL : public LTemplateInstruction<1, 1, 1> {
779 LMathRound(LOperand* value, LOperand* temp) { function in class:v8::internal::V8_FINAL
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h753 class LMathRound V8_FINAL : public LTemplateInstruction<1, 1, 1> {
755 LMathRound(LOperand* value, LOperand* temp) { function in class:v8::internal::V8_FINAL
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h772 class LMathRound V8_FINAL : public LTemplateInstruction<1, 1, 1> {
774 LMathRound(LOperand* value, LOperand* temp) { function in class:v8::internal::V8_FINAL
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h733 class LMathRound V8_FINAL : public LTemplateInstruction<1, 1, 0> {
735 explicit LMathRound(LOperand* value) { function in class:v8::internal::V8_FINAL

Completed in 52 milliseconds