Searched refs:CTZ (Results 1 - 7 of 7) sorted by relevance

/art/runtime/gc/accounting/
H A Dspace_bitmap-inl.h110 const size_t shift = CTZ(left_edge);
123 const size_t shift = CTZ(w);
149 const size_t shift = CTZ(right_edge);
H A Dspace_bitmap.cc115 const size_t shift = CTZ(w);
163 const size_t shift = CTZ(garbage);
259 const size_t shift = CTZ(w);
/art/compiler/dex/quick/
H A Dresource_mask.cc159 res = (low_regs != 0) ? &kSingleRegMasks[SingleRegMaskIndex(index, CTZ(low_regs))]
164 res = &kTwoRegsMasks[TwoRegsIndex(CTZ(low_regs_without_lowest), CTZ(low_regs))];
/art/runtime/base/
H A Dbit_vector.h117 return word_index * 32u + CTZ(word);
/art/runtime/
H A Dutils.h226 static constexpr int CTZ(T x) { function in namespace:art
/art/compiler/dex/quick/arm64/
H A Dint_arm64.cc1377 int first_bit_set = CTZ(reg_mask) + 1;
1401 int first_bit_set = CTZ(reg_mask) + 1;
1407 int second_bit_set = CTZ(reg_mask) + 1;
/art/disassembler/
H A Ddisassembler_arm.cc1878 size_t count = 3 - CTZ(mask);

Completed in 491 milliseconds