Lines Matching refs:graph_

35     graph_ = CreateGraph();  in SetUp()
37 codegen_ = CodeGenerator::Create(graph_, *compiler_options_); in SetUp()
40 entry_ = new (GetAllocator()) HBasicBlock(graph_); in SetUp()
41 graph_->AddBlock(entry_); in SetUp()
42 graph_->SetEntryBlock(entry_); in SetUp()
54 HGraph* graph_; member in art::SsaLivenessAnalysisTest
62 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kInt32); in TEST_F()
70 graph_->BuildDominatorTree(); in TEST_F()
71 SsaLivenessAnalysis ssa_analysis(graph_, codegen_.get(), GetScopedAllocator()); in TEST_F()
82 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F()
84 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32); in TEST_F()
86 graph_->GetDexFile(), dex::TypeIndex(2), 2, DataType::Type::kInt32); in TEST_F()
88 graph_->GetDexFile(), dex::TypeIndex(3), 3, DataType::Type::kInt32); in TEST_F()
90 graph_->GetDexFile(), dex::TypeIndex(4), 4, DataType::Type::kReference); in TEST_F()
121 graph_->BuildDominatorTree(); in TEST_F()
122 SsaLivenessAnalysis ssa_analysis(graph_, codegen_.get(), GetScopedAllocator()); in TEST_F()
125 EXPECT_FALSE(graph_->IsDebuggable()); in TEST_F()
151 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F()
153 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32); in TEST_F()
155 graph_->GetDexFile(), dex::TypeIndex(2), 2, DataType::Type::kInt32); in TEST_F()
157 graph_->GetDexFile(), dex::TypeIndex(3), 3, DataType::Type::kInt32); in TEST_F()
159 graph_->GetDexFile(), dex::TypeIndex(4), 4, DataType::Type::kReference); in TEST_F()
194 graph_->BuildDominatorTree(); in TEST_F()
195 SsaLivenessAnalysis ssa_analysis(graph_, codegen_.get(), GetScopedAllocator()); in TEST_F()
198 EXPECT_FALSE(graph_->IsDebuggable()); in TEST_F()