Home
last modified time | relevance | path

Searched refs:CheckFloat64HoleParameters (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dsimplified-operator.h302 class CheckFloat64HoleParameters { class in v8::internal::AbortReason
304 CheckFloat64HoleParameters(CheckFloat64HoleMode mode, in CheckFloat64HoleParameters() function in v8::internal::AbortReason::CheckFloat64HoleParameters
316 CheckFloat64HoleParameters const& CheckFloat64HoleParametersOf(Operator const*)
319 std::ostream& operator<<(std::ostream&, CheckFloat64HoleParameters const&);
321 size_t hash_value(CheckFloat64HoleParameters const&);
323 bool operator==(CheckFloat64HoleParameters const&,
324 CheckFloat64HoleParameters const&);
325 bool operator!=(CheckFloat64HoleParameters const&,
326 CheckFloat64HoleParameters const&);
H A Dsimplified-operator.cc199 CheckFloat64HoleParameters const& CheckFloat64HoleParametersOf( in CheckFloat64HoleParametersOf()
202 return OpParameter<CheckFloat64HoleParameters>(op); in CheckFloat64HoleParametersOf()
206 CheckFloat64HoleParameters const& params) { in operator <<()
210 size_t hash_value(const CheckFloat64HoleParameters& params) { in hash_value()
215 bool operator==(CheckFloat64HoleParameters const& lhs, in operator ==()
216 CheckFloat64HoleParameters const& rhs) { in operator ==()
220 bool operator!=(CheckFloat64HoleParameters const& lhs, in operator !=()
221 CheckFloat64HoleParameters const& rhs) { in operator !=()
1087 : public Operator1<CheckFloat64HoleParameters> {
1089 : Operator1<CheckFloat64HoleParameters>( in CheckFloat64HoleNaNOperator()
[all...]
H A Deffect-control-linearizer.cc4417 CheckFloat64HoleParameters const& params = in LowerCheckFloat64Hole()

Completed in 16 milliseconds