Home
last modified time | relevance | path

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

/art/compiler/dex/
Dglobal_value_numbering.h49 modifications_allowed_ = true; in AllowModifications()
54 return modifications_allowed_ && Good(); in CanModify()
226 bool modifications_allowed_; variable
Dglobal_value_numbering.cc30 modifications_allowed_(false), in GlobalValueNumbering()