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

/art/compiler/driver/
H A Dcompiled_method_storage_test.cc108 constexpr size_t patches_bit = 1u << 0; local
118 bool same_patches = ((i ^ j) & patches_bit) == 0u;

Completed in 523 milliseconds