Home
last modified time | relevance | path

Searched refs:TestUnaryMonotonicity (Results 1 – 1 of 1) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/
H A Dtyper-unittest.cc266 void TestUnaryMonotonicity(UnaryTyper typer, Type upper1 = Type::Any()) { in TestUnaryMonotonicity() function in v8::internal::compiler::TyperTest
292 void TestUnaryMonotonicity(const Operator* op, Type upper1 = Type::Any()) { in TestUnaryMonotonicity() function in v8::internal::compiler::TyperTest
295 TestUnaryMonotonicity(typer, upper1); in TestUnaryMonotonicity()
468 TestUnaryMonotonicity(javascript_.name()); \
521 TestUnaryMonotonicity(simplified_.name()); \
587 TestUnaryMonotonicity(typer, Type::Number()); \