Searched refs:tag_mode_ (Results 1 - 4 of 4) sorted by relevance

/external/stressapptest/src/
H A Dsat.h88 int tag_mode() const { return tag_mode_; }
191 int tag_mode_; // Do tagging of memory and strict member in class:Sat
H A Dworker.cc244 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_) {
1209 if (tag_mode_) {
1229 if (!tag_mode_) {
1353 if (tag_mode_) {
[all...]
H A Dsat.cc165 if (tag_mode_ && ((file_threads_ > 0) ||
717 tag_mode_ = 0;
866 ARG_KVALUE("--tag_mode", tag_mode_, true);
H A Dworker.h384 bool tag_mode_; // Tag cachelines with vaddr. member in class:WorkerThread

Completed in 77 milliseconds