Home
last modified time | relevance | path

Searched refs:same_patches (Results 1 – 1 of 1) sorted by relevance

/art/compiler/driver/
Dcompiled_method_storage_test.cc85 bool same_patches = ((i ^ j) & patches_bit) == 0u; in TEST() local
92 ASSERT_EQ(same_patches, lhs->GetPatches().data() == rhs->GetPatches().data()) in TEST()