Searched refs:PrintBits (Results 1 – 3 of 3) sorted by relevance
96 for (int i = first; i < last; i++) PrintBits(bits[i], kBitsPerByte); in PrintEntry()98 PrintBits(bits[last], last_bits); in PrintEntry()111 void SafepointTable::PrintBits(uint8_t byte, int digits) { in PrintBits() function in v8::internal::SafepointTable
152 static void PrintBits(uint8_t byte, int digits);
63 void PrintBits (byte b) in PrintBits() function