Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbit_vector.cc109 uint32_t this_storage = storage_[i]; in IsSubsetOf() local
111 if ((this_storage | other_storage) != other_storage) { in IsSubsetOf()