Lines Matching refs:graph_

34     graph_ = CreateGraph();  in SetUp()
36 codegen_ = CodeGenerator::Create(graph_, *compiler_options_); in SetUp()
39 entry_ = new (GetAllocator()) HBasicBlock(graph_); in SetUp()
40 graph_->AddBlock(entry_); in SetUp()
41 graph_->SetEntryBlock(entry_); in SetUp()
53 HGraph* graph_; member in art::SsaLivenessAnalysisTest
61 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kInt32); in TEST_F()
69 graph_->BuildDominatorTree(); in TEST_F()
70 SsaLivenessAnalysis ssa_analysis(graph_, codegen_.get(), GetScopedAllocator()); in TEST_F()
81 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F()
83 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32); in TEST_F()
85 graph_->GetDexFile(), dex::TypeIndex(2), 2, DataType::Type::kInt32); in TEST_F()
87 graph_->GetDexFile(), dex::TypeIndex(3), 3, DataType::Type::kInt32); in TEST_F()
89 graph_->GetDexFile(), dex::TypeIndex(4), 4, DataType::Type::kReference); in TEST_F()
120 graph_->BuildDominatorTree(); in TEST_F()
121 SsaLivenessAnalysis ssa_analysis(graph_, codegen_.get(), GetScopedAllocator()); in TEST_F()
124 EXPECT_FALSE(graph_->IsDebuggable()); in TEST_F()
150 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F()
152 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32); in TEST_F()
154 graph_->GetDexFile(), dex::TypeIndex(2), 2, DataType::Type::kInt32); in TEST_F()
156 graph_->GetDexFile(), dex::TypeIndex(3), 3, DataType::Type::kInt32); in TEST_F()
158 graph_->GetDexFile(), dex::TypeIndex(4), 4, DataType::Type::kReference); in TEST_F()
193 graph_->BuildDominatorTree(); in TEST_F()
194 SsaLivenessAnalysis ssa_analysis(graph_, codegen_.get(), GetScopedAllocator()); in TEST_F()
197 EXPECT_FALSE(graph_->IsDebuggable()); in TEST_F()