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

/art/compiler/dex/
H A Dglobal_value_numbering.cc33 modifications_allowed_(true),
74 DCHECK(bb->first_mir_insn == nullptr); // modifications_allowed_ is irrelevant.
88 modifications_allowed_ = false;
95 modifications_allowed_ = true;
H A Dglobal_value_numbering.h81 return modifications_allowed_ && Good();
234 bool modifications_allowed_; member in class:art::GlobalValueNumbering

Completed in 57 milliseconds