Home
last modified time | relevance | path

Searched refs:SetHasBoundsChecks (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dsuperblock_cloner_test.cc104 graph_->SetHasBoundsChecks(true); in CreateBasicLoopDataFlow()
Dinstruction_builder.cc1737 graph_->SetHasBoundsChecks(true); in BuildSimpleIntrinsic()
2096 graph_->SetHasBoundsChecks(true); in BuildArrayAccess()
2210 graph_->SetHasBoundsChecks(true); in BuildFillArrayData()
Dbounds_check_elimination_test.cc38 graph_->SetHasBoundsChecks(true); in BoundsCheckEliminationTest()
Dinstruction_simplifier.cc2369 GetGraph()->SetHasBoundsChecks(true); in SimplifyStringCharAt()
Dnodes.cc2445 outer_graph->SetHasBoundsChecks(true); in InlineInto()
Dnodes.h588 void SetHasBoundsChecks(bool value) { in SetHasBoundsChecks() function