Home
last modified time | relevance | path

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

/external/v8/src/
Dsafepoint-table.cc101 for (int i = first; i < last; i++) PrintBits(os, bits[i], kBitsPerByte); in PrintEntry()
103 PrintBits(os, bits[last], last_bits); in PrintEntry()
116 void SafepointTable::PrintBits(std::ostream& os, // NOLINT in PrintBits() function in v8::internal::SafepointTable
Dsafepoint-table.h155 static void PrintBits(std::ostream& os, // NOLINT