Lines Matching refs:GraphTest
34 GraphTest::GraphTest(int num_parameters) : common_(zone()), graph_(zone()) { in GraphTest() function in v8::internal::compiler::GraphTest
39 GraphTest::~GraphTest() {} in ~GraphTest()
42 Node* GraphTest::Parameter(int32_t index) { in Parameter()
47 Node* GraphTest::Float32Constant(volatile float value) { in Float32Constant()
52 Node* GraphTest::Float64Constant(volatile double value) { in Float64Constant()
57 Node* GraphTest::Int32Constant(int32_t value) { in Int32Constant()
62 Node* GraphTest::Int64Constant(int64_t value) { in Int64Constant()
67 Node* GraphTest::NumberConstant(volatile double value) { in NumberConstant()
72 Node* GraphTest::HeapConstant(const Unique<HeapObject>& value) { in HeapConstant()
77 Node* GraphTest::FalseConstant() { in FalseConstant()
83 Node* GraphTest::TrueConstant() { in TrueConstant()
89 Matcher<Node*> GraphTest::IsFalseConstant() { in IsFalseConstant()
95 Matcher<Node*> GraphTest::IsTrueConstant() { in IsTrueConstant()