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.cc1864 graph_->SetHasBoundsChecks(true); in BuildSimpleIntrinsic()
2231 graph_->SetHasBoundsChecks(true); in BuildArrayAccess()
2345 graph_->SetHasBoundsChecks(true); in BuildFillArrayData()
Dbounds_check_elimination_test.cc38 graph_->SetHasBoundsChecks(true); in BoundsCheckEliminationTest()
Dinstruction_simplifier.cc2465 GetGraph()->SetHasBoundsChecks(true); in SimplifyStringCharAt()
Dnodes.cc2717 outer_graph->SetHasBoundsChecks(true); in InlineInto()
Dnodes.h605 void SetHasBoundsChecks(bool value) { in SetHasBoundsChecks() function