Searched refs:Float64Round (Results 1 – 5 of 5) sorted by relevance
69 Node* Float64Round(Node* const node);
1567 if (lower()) DeferReplacement(node, lowering->Float64Round(node)); in VisitNode()2668 Node* SimplifiedLowering::Float64Round(Node* const node) { in Float64Round() function in v8::internal::compiler::SimplifiedLowering
52 compiler::Node* Float64Round(compiler::Node* x);
76 Node* CodeStubAssembler::Float64Round(Node* x) { in Float64Round() function in v8::internal::CodeStubAssembler
2561 Generate_MathRoundingOperation(assembler, &CodeStubAssembler::Float64Round); in Generate_MathRound()