Searched refs:cnt (Results 1 - 2 of 2) sorted by relevance

/art/patchoat/
H A Dpatchoat.cc1092 uint32_t cnt = 0; local
1093 cnt += (base_delta_set) ? 1 : 0;
1094 cnt += (base_offset_set && orig_base_offset_set) ? 1 : 0;
1095 cnt += (!patched_image_filename.empty()) ? 1 : 0;
1096 cnt += (!patched_image_location.empty()) ? 1 : 0;
1097 if (cnt > 1) {
1100 } else if (cnt == 0) {
/art/compiler/dex/
H A Dmir_graph.cc959 static AtomicInteger cnt(0);
962 cnt++;
963 int nr = cnt.LoadRelaxed();

Completed in 211 milliseconds