HomeSort by relevance Sort by last modified time
    Searched defs:dirty_ (Results 1 - 3 of 3) 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
  /external/webp/src/enc/
vp8enci.h 212 int dirty_; // if true, need to call VP8CalculateLevelCosts() member in struct:__anon21240
  /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...]

Completed in 997 milliseconds