Searched refs:patches_bit (Results 1 - 1 of 1) sorted by relevance
/art/compiler/driver/ | ||
H A D | compiled_method_storage_test.cc | 108 constexpr size_t patches_bit = 1u << 0; local 118 bool same_patches = ((i ^ j) & patches_bit) == 0u; |
Completed in 70 milliseconds