Home
last modified time | relevance | path

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

/external/v8/test/unittests/runtime/
Druntime-interpreter-unittest.cc17 class RuntimeInterpreterTest : public TestWithIsolateAndZone { class
21 RuntimeInterpreterTest() {} in RuntimeInterpreterTest() function in v8::internal::interpreter::RuntimeInterpreterTest
22 ~RuntimeInterpreterTest() override {} in ~RuntimeInterpreterTest()
35 bool RuntimeInterpreterTest::TestOperatorWithObjects(RuntimeMethod method, in TestOperatorWithObjects()
47 bool RuntimeInterpreterTest::TestOperator(RuntimeMethod method, int32_t lhs, in TestOperator()
55 bool RuntimeInterpreterTest::TestOperator(RuntimeMethod method, double lhs, in TestOperator()
65 bool RuntimeInterpreterTest::TestOperator(RuntimeMethod method, const char* lhs, in TestOperator()
73 TEST_F(RuntimeInterpreterTest, TestOperatorsWithIntegers) { in TEST_F() argument
94 TEST_F(RuntimeInterpreterTest, TestOperatorsWithDoubles) { in TEST_F() argument
119 TEST_F(RuntimeInterpreterTest, TestOperatorsWithString) { in TEST_F() argument
[all …]