Searched refs:RoundIntPtrToFloat64 (Results 1 – 4 of 4) sorted by relevance
654 TNode<Float64T> CodeAssembler::RoundIntPtrToFloat64(Node* value) { in RoundIntPtrToFloat64() function in v8::internal::compiler::CodeAssembler
1125 TNode<Float64T> RoundIntPtrToFloat64(Node* value);
1189 extern macro RoundIntPtrToFloat64(intptr): float64;
8628 TNode<Float64T> key_as_float64 = RoundIntPtrToFloat64(intptr_index); in NumberDictionaryLookup()10640 GotoIfNot(Float64Equal(value, RoundIntPtrToFloat64(int_value)), in TryToIntptr()