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

  /external/stressapptest/src/
sat.h 88 int tag_mode() const { return tag_mode_; }
191 int tag_mode_; // Do tagging of memory and strict member in class:Sat
worker.cc 244 tag_mode_ = false;
305 tag_mode_ = sat_->tag_mode();
478 if (tag_mode_) {
729 if (tag_mode_ && ((reinterpret_cast<uint64>(&memblock[i]) & 0x3f) == 0)) {
752 if (page_error && !tag_mode_) {
856 if (tag_mode_ && ((reinterpret_cast<uint64>(&memblock[i]) & 0x3f) == 0)) {
904 if (tag_mode_) {
    [all...]
sat.cc 165 if (tag_mode_ && ((file_threads_ > 0) ||
717 tag_mode_ = 0;
866 ARG_KVALUE("--tag_mode", tag_mode_, true);
    [all...]
worker.h 384 bool tag_mode_; // Tag cachelines with vaddr. member in class:WorkerThread

Completed in 90 milliseconds