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

/art/compiler/optimizing/
H A Dreference_type_propagation_test.cc31 class ReferenceTypePropagationTest : public OptimizingUnitTest { class in namespace:art
33 ReferenceTypePropagationTest() : graph_(CreateGraph()), propagation_(nullptr) { } function in class:art::ReferenceTypePropagationTest
35 ~ReferenceTypePropagationTest() { }
78 TEST_F(ReferenceTypePropagationTest, ProperSetup) {
87 TEST_F(ReferenceTypePropagationTest, MergeInvalidTypes) {
119 TEST_F(ReferenceTypePropagationTest, MergeValidTypes) {

Completed in 67 milliseconds