Searched refs:last_entry (Results 1 – 2 of 2) sorted by relevance
/art/runtime/base/ |
D | bit_vector.cc | 404 void BitVector::DumpDotHelper(bool last_entry, FILE* file, std::ostringstream& buffer) const { in DumpDotHelper() argument 409 if (last_entry == false) { in DumpDotHelper() 417 void BitVector::DumpDot(FILE* file, const char* prefix, bool last_entry) const { in DumpDot() 420 DumpDotHelper(last_entry, file, buffer); in DumpDot() 423 void BitVector::DumpIndicesDot(FILE* file, const char* prefix, bool last_entry) const { in DumpIndicesDot() 426 DumpDotHelper(last_entry, file, buffer); in DumpIndicesDot()
|
D | bit_vector.h | 215 void DumpDot(FILE* file, const char* prefix, bool last_entry = false) const; 221 void DumpIndicesDot(FILE* file, const char* prefix, bool last_entry = false) const; 240 void DumpDotHelper(bool last_entry, FILE* file, std::ostringstream& buffer) const;
|