Searched defs:TypedGraphTest (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/unittests/compiler/
H A Dgraph-unittest.cc103 TypedGraphTest::TypedGraphTest(int num_parameters) function in class:v8::internal::compiler::TypedGraphTest
107 TypedGraphTest::~TypedGraphTest() {}
110 Node* TypedGraphTest::Parameter(Type* type, int32_t index) {
H A Dgraph-unittest.h67 class TypedGraphTest : public GraphTest { class in namespace:v8::internal::compiler
69 explicit TypedGraphTest(int num_parameters = 1);
70 ~TypedGraphTest() override;

Completed in 216 milliseconds