HomeSort by relevance Sort by last modified time
    Searched refs:dirty_ (Results 1 - 8 of 8) sorted by null

  /external/vixl/src/vixl/
code-buffer.h 83 bool IsDirty() const { return dirty_; }
85 void SetClean() { dirty_ = false; }
91 dirty_ = true;
105 bool dirty_; member in class:vixl::CodeBuffer
code-buffer.cc 42 dirty_ = false;
50 dirty_(false),
67 dirty_ = true;
80 dirty_ = true;
  /external/webp/src/enc/
tree.c 163 probas->dirty_ = 1;
cost.c 356 if (!proba->dirty_) return; // nothing to do.
375 proba->dirty_ = 0;
vp8enci.h 212 int dirty_; // if true, need to call VP8CalculateLevelCosts() member in struct:__anon21240
frame.c 179 proba->dirty_ = has_changed;
  /art/compiler/dex/quick/
mir_to_lir.h 366 bool IsDirty() { return dirty_; }
367 void SetIsDirty(bool val) { dirty_ = val; }
406 bool dirty_; // If live, is it dirty? member in class:art::Mir2Lir::RegisterInfo
    [all...]
ralloc_util.cc 46 : reg_(r), is_temp_(false), wide_value_(false), dirty_(false), aliased_(false), partner_(r),
    [all...]

Completed in 232 milliseconds