Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage_test.cc84 bool same_cfi_info = ((i ^ j) & cfi_info_bit) == 0u; in TEST() local
90 ASSERT_EQ(same_cfi_info, lhs->GetCFIInfo().data() == rhs->GetCFIInfo().data()) in TEST()