Home
last modified time | relevance | path

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

/art/runtime/base/
Dbit_vector.h215 void DumpDot(FILE* file, const char* prefix, bool last_entry = false) const;
Dbit_vector.cc417 void BitVector::DumpDot(FILE* file, const char* prefix, bool last_entry) const { in DumpDot() function in art::BitVector