Searched defs:TestOperator (Results 1 – 3 of 3) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | value-numbering-reducer-unittest.cc | 17 struct TestOperator : public Operator { struct 18 TestOperator(Operator::Opcode opcode, Operator::Properties properties, in TestOperator() argument
|
D | graph-reducer-unittest.cc | 27 struct TestOperator : public Operator { struct 28 TestOperator(Operator::Opcode opcode, Operator::Properties properties, in TestOperator() function
|
/external/v8/test/unittests/runtime/ |
D | runtime-interpreter-unittest.cc | 47 bool RuntimeInterpreterTest::TestOperator(RuntimeMethod method, int32_t lhs, in TestOperator() function in v8::internal::interpreter::RuntimeInterpreterTest 55 bool RuntimeInterpreterTest::TestOperator(RuntimeMethod method, double lhs, in TestOperator() function in v8::internal::interpreter::RuntimeInterpreterTest 65 bool RuntimeInterpreterTest::TestOperator(RuntimeMethod method, const char* lhs, in TestOperator() function in v8::internal::interpreter::RuntimeInterpreterTest
|