Home
last modified time | relevance | path

Searched refs:modifications_allowed_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/
Dglobal_value_numbering.cc33 modifications_allowed_(true), in GlobalValueNumbering()
88 modifications_allowed_ = false; in PrepareBasicBlock()
95 modifications_allowed_ = true; in PrepareBasicBlock()
Dglobal_value_numbering.h81 return modifications_allowed_ && Good(); in CanModify()
234 bool modifications_allowed_; variable