Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dverifier_deps.cc53 static inline void BitVectorOr(std::vector<bool>& to_update, const std::vector<bool>& other) { in BitVectorOr() function
78 BitVectorOr(my_deps->verified_classes_, other_deps.verified_classes_); in MergeWith()