Searched refs:TypedGraphTest (Results 1 – 11 of 11) sorted by relevance
103 TypedGraphTest::TypedGraphTest(int num_parameters) in TypedGraphTest() function in v8::internal::compiler::TypedGraphTest107 TypedGraphTest::~TypedGraphTest() {} in ~TypedGraphTest()110 Node* TypedGraphTest::Parameter(Type* type, int32_t index) { in Parameter()
65 class TypedGraphTest : public GraphTest {67 explicit TypedGraphTest(int num_parameters = 1);68 ~TypedGraphTest() override;
23 class SimplifiedOperatorReducerTest : public TypedGraphTest {26 : TypedGraphTest(num_parameters), simplified_(zone()) {} in SimplifiedOperatorReducerTest()
28 class JSTypeFeedbackTest : public TypedGraphTest {31 : TypedGraphTest(3), in JSTypeFeedbackTest()
19 class TyperTest : public TypedGraphTest {22 : TypedGraphTest(3), in TyperTest()
27 class JSIntrinsicLoweringTest : public TypedGraphTest {29 JSIntrinsicLoweringTest() : TypedGraphTest(3), javascript_(zone()) {} in JSIntrinsicLoweringTest()
22 class JSBuiltinReducerTest : public TypedGraphTest {
18 class BranchEliminationTest : public TypedGraphTest {
75 class JSTypedLoweringTest : public TypedGraphTest {78 : TypedGraphTest(3), javascript_(zone()), deps_(isolate(), zone()) {} in JSTypedLoweringTest()
26 class ChangeLoweringTest : public TypedGraphTest {
24 class MachineOperatorReducerTest : public TypedGraphTest {27 : TypedGraphTest(num_parameters), machine_(zone()) {} in MachineOperatorReducerTest()