Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dgraph-unittest.cc103 TypedGraphTest::TypedGraphTest(int num_parameters) in TypedGraphTest() function in v8::internal::compiler::TypedGraphTest
107 TypedGraphTest::~TypedGraphTest() {} in ~TypedGraphTest()
110 Node* TypedGraphTest::Parameter(Type* type, int32_t index) { in Parameter()
Dgraph-unittest.h65 class TypedGraphTest : public GraphTest {
67 explicit TypedGraphTest(int num_parameters = 1);
68 ~TypedGraphTest() override;
Dsimplified-operator-reducer-unittest.cc23 class SimplifiedOperatorReducerTest : public TypedGraphTest {
26 : TypedGraphTest(num_parameters), simplified_(zone()) {} in SimplifiedOperatorReducerTest()
Djs-type-feedback-unittest.cc28 class JSTypeFeedbackTest : public TypedGraphTest {
31 : TypedGraphTest(3), in JSTypeFeedbackTest()
Dtyper-unittest.cc19 class TyperTest : public TypedGraphTest {
22 : TypedGraphTest(3), in TyperTest()
Djs-intrinsic-lowering-unittest.cc27 class JSIntrinsicLoweringTest : public TypedGraphTest {
29 JSIntrinsicLoweringTest() : TypedGraphTest(3), javascript_(zone()) {} in JSIntrinsicLoweringTest()
Djs-builtin-reducer-unittest.cc22 class JSBuiltinReducerTest : public TypedGraphTest {
Dbranch-elimination-unittest.cc18 class BranchEliminationTest : public TypedGraphTest {
Djs-typed-lowering-unittest.cc75 class JSTypedLoweringTest : public TypedGraphTest {
78 : TypedGraphTest(3), javascript_(zone()), deps_(isolate(), zone()) {} in JSTypedLoweringTest()
Dchange-lowering-unittest.cc26 class ChangeLoweringTest : public TypedGraphTest {
Dmachine-operator-reducer-unittest.cc24 class MachineOperatorReducerTest : public TypedGraphTest {
27 : TypedGraphTest(num_parameters), machine_(zone()) {} in MachineOperatorReducerTest()